Interrupt Priority levels

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Interrupt Priority levels

871件の閲覧回数
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 返答(返信)