Where should the NMI be used?

Status
Not open for further replies.

davyzhu

Advanced Member level 1
Joined
May 23, 2004
Messages
494
Helped
5
Reputation
10
Reaction score
2
Trophy points
1,298
Location
oriental
Activity points
4,436
How to use NMI?

Hello all,

In what circumstance to use NMI? Thanks!

davy
 

Re: How to use NMI?

Hi,

NMI is a Non Maskable Interrupt. This is a dedicated interrupt input present on a lot of microprocessors. You can connect it to a watchdog output, to a power-down detector or to any hardware generating an event that need to be handled with high priority over the other interrupt source. That's why it is non maskable.
 

Re: How to use NMI?

usualy reserved for the worst case events.
using this interept you can ask your system to shutdown say in case of power failure so that you can save data.
hock
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…