This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

C674 NMI Event

I am using a C674 with Sys/Bios 6.34 and I am trying to set up a response to an NMI event.  I see that at one point NMIs were handled as exceptions.  I tried setting this up in my code but the processor always seems to reset when I expect the NMI function to be called.

There are many comments that using the exception handler for NMIs is a legacy.  What is the correct way to handle this?

If the exception handler is the correct way, I will provide more specifics on how I implemented that functionality.