NMI vs NVIC

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

NMI vs NVIC

1,266 次查看
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,195 次查看
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 项奖励
回复