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.