Interrupt Priority levels

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

Interrupt Priority levels

491 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by bhallett on Mon Mar 22 07:57:43 MST 2010
Hello All,

I have a requirement to setup the Internal 32 bit timer0 and an external GPIO port interrupt to the same interrupt priority (the highest) on a LPC1342 processor, does anyone know if this is possible using NVIC_SetPriority i.e.

NVIC_SetPriority(EINT0_IRQn,0);
NVIC_SetPriority(TIMER_32_0_IRQn,0);

Or, does some other method have to be used.

Regards

Barry
0 Kudos
0 Replies