I see the ARM has a non-maskable interrupt (NMI). Is there an easy way to mask all maskable interrupts, like a single flag or bit?
Solved! Go to Solution.
Hi Brent,
yes, the 'I' bit in the PRIMASK ARM core register. Below how to enable/disable all maskable interrupts:
I hope this helps,
Erich
View solution in original post