NMI vs NVIC

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

NMI vs NVIC

741 Views
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?
Labels (1)
0 Kudos
1 Reply

670 Views
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 Kudos