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.

Compiler/TM4C129XNCZAD: Reading the call stack in the code

Part Number: TM4C129XNCZAD
Other Parts Discussed in Thread: SEGGER

Tool/software: TI C/C++ Compiler

Hi. my Errhook now calls Error_getSite() to get the file and line of the last call before the fail. but this line is usually not usefull - already deep in the OS.

I am looking for a way to get the previous lines in the call stack. clearly the information is available somewhere- for the debugger.

Thanks

Shlomo