GPIO Interrupt - LPC1788

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

GPIO Interrupt - LPC1788

279 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by mahdiafpr on Sat May 04 05:38:52 MST 2013
InThe Name Of Allah

Hi:)

I was Downloaded LPC1788 CMSIS and use GPIO Interrupt Project and run keil Debugger.

Problem is that GPIO Handler Never Call.:(

NVIC_SetPriority(GPIO_IRQn, 1);
NVIC_EnableIRQ(GPIO_IRQn);
GPIO_IntCmd(2, 1<<9, 1);

but with Software Trriger, GPIO Handler called :

NVIC->STIR = GPIO_IRQn;


http://wdl.persiangig.com/pages/download/?dl=http://mahdiafpr.persiangig.com/document/GPIO%20Interru...
0 Kudos
Reply
1 Reply

234 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by researchinnovation on Thu May 09 04:11:33 MST 2013
Hi

Please go through the datasheet and check the Reset register setting.
0 Kudos
Reply