GPIO Interrupt Help needed

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

GPIO Interrupt Help needed

527 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by deBoogle on Mon Mar 14 07:57:45 MST 2011
Hi guys,

Might be a bit of a dumb one this but here goes.

I can't seem to find the handler name for the GPIO interrupts, and I aren't sure if there is an IRQ enable in the NVIC.

Can anyone give some pointers...

I want to detect a falling edge on P0:25???

I have scoured my way through the manual and the header files (17xx.h etc) and if its there I am blind...

deBoogle
0 Kudos
Reply
1 Reply

513 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by deBoogle on Mon Mar 14 08:32:42 MST 2011
Think I may have sussed it,

I read a passage in the manual that states GPIO interupts share the same  int chan as EINT3, so I used this for NVIC enable and handler and...lift off.

Does this sound correct

???

deBoogle
0 Kudos
Reply