Tool/software: Code Composer Studio
Hi all,
Is it possible to get the back-trace output of all functions from a specific function in CCS ?
Thanks
Gokul
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.
Tool/software: Code Composer Studio
Hi all,
Is it possible to get the back-trace output of all functions from a specific function in CCS ?
Thanks
Gokul
Gokul,
Could you please let us know:
CCS has support for PC trace on some devices but I am not sure if that is what you are looking for.
If you just want to see what functions are calling a particular function you can do this:
If you are looking for the call stack, this is shown in the debug view when in a debug session:
Regards,
John