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.
工具/软件:Code Composer Studio
大家好,
是否可以从 CCS中的特定函数获得所有函数的回溯输出?
谢谢
Gokul
Gokul,
请告诉我们:
CCS在某些设备上支持PC跟踪,但我不确定这是否是您要寻找的。
如果您只想查看哪些函数调用了特定函数,您可以执行以下操作:
如果您正在查找调用栈,则在调试会话中会在调试视图中显示此调用栈:
此致,
John