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.

How to debug excStack in Hwi_excHandler

Hi, I have code deployed in a TIVA microcontroller in the field.  I am running into a problem right now where the TIVA gets an exception and lands in Hwi_excHandler.  I am able to retrieve the unit from the field so I can connect to the TIVA using JTAG, load symbols using the .out file, and look at the TIVA memory.  Is there a way to trace the execution stack and find out what function was running prior to the exception?  Thanks.