NMI vs NVIC

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

NMI vs NVIC

1,325件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Muis on Mon Dec 10 04:16:22 MST 2012
When I want to create a timer interrupt, I can do it the usual way:

NVIC_EnableIRQ(CT16B1_IRQn);

Or through NMI:

NMI_Init( CT16B1_IRQn );

Can anyone explain the difference in behaviour between NMI interrupts and NVIC interrupts? Why should I choose one above the other?
ラベル(1)
0 件の賞賛
返信
1 返信

1,254件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by pierre on Mon Apr 08 00:25:08 MST 2013

NMI is not what you want...


<a href="http://en.wikipedia.org/wiki/Non-maskable_interrupt">http://en.wikipedia.org/wiki/Non-maskable_interrupt</a>

0 件の賞賛
返信