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.

TMS320F280039C: TMS320F280039C

Part Number: TMS320F280039C

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