2019-07-25 02:28 PM
Hello,
I am using SPC560C50L3 microcontroller for my application. I am trying to implement Non-Maskable interrupt at the pin number PA[1]. I tried configuring the NMI related registers but while executing the NMI configuration function the core is getting halted or core will be executing the unknown instruction. I attaching my sample code for your reference. Please do suggest how I can configure the NMI function successfully.
Also I am not finding the interrupt mapping for NMI. Kindly someone please share me the vector address mapped or the IRQ handler (number or callback) associated with NMI.
Regards,
R.Santhamurthy
Solved! Go to Solution.
2019-08-13 02:34 AM
Hello,
in checking the Interrupt Vector table
NMI should be in vector46
Cf Chapter 12 in the RM
Best regards
Erwan
2019-08-13 02:34 AM
Hello,
in checking the Interrupt Vector table
NMI should be in vector46
Cf Chapter 12 in the RM
Best regards
Erwan