Interrupt Priority levels

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Interrupt Priority levels

872 次查看
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 项奖励
回复
0 回复数