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.

CCS/AM6548: How to see call stack after a53 crash

Part Number: AM6548

Tool/software: Code Composer Studio

Hi,

I am trying to debug an application running on AM65XX arm a53 core.

However, the application crashes after the launch and i see below on the screen

"CortexA53_0_0: Unhandled ADP_Stopped exception 0x80125850"

also my debug window looks like below and doesn't give any information about what instruction in my program caused this crash.

is it possible to get a call stack of what just happened before the crash, to make life simpler?