Hi
NMI service routine is not reachable
i wrote a service routine for NMI in a C file and Run a code that triggers a uncorrectable ECC Ram error, it opens the Interrupt_illegalOperationHandler defined in interrupt.h in ti driverlib, if i use interrupt register function to register the NMI with the routine Interrupt_nmiHandler also defined in interrupt.h in ti driverlib it works and the code jump there. the problem is when i type my own service routine for NMI and put it in a source file the code doesn't jump there, instead it gives me an error as the screenshots
what is causing that problem and how to solve it ?
thanks