This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

switch off "non maskable interrupts" with Cortex M3

Note: This was originally posted on 12th May 2009 at http://forums.arm.com

The register FAULTMASK allows to enable/disable the NMI, non maskable interrupts.
I thought NMI's could generally never be switched off by the user. But with FAULTMASK = 1
I can switch off?
0