工具/软件:Code Composer Studio
您好!
我的程序正在获取 ILLEGAL_ISR。
当我尝试使用单步执行重新生成它时、行为不会重新生成-尽管一旦我执行无单步执行的运行、就会发生这种情况。
我需要查看函数调用栈/函数调用跟踪、以查看触发 ILLEGAL_ISR 的是什么。
如何/在 Code Composer Studio 中的什么位置看到它? 是否可以将我路由到文档/链接?
谢谢、致以诚挚的问候
Bhwandeep Singh
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
您好!
我的程序正在获取 ILLEGAL_ISR。
当我尝试使用单步执行重新生成它时、行为不会重新生成-尽管一旦我执行无单步执行的运行、就会发生这种情况。
我需要查看函数调用栈/函数调用跟踪、以查看触发 ILLEGAL_ISR 的是什么。
如何/在 Code Composer Studio 中的什么位置看到它? 是否可以将我路由到文档/链接?
谢谢、致以诚挚的问候
Bhwandeep Singh
您好!
有关 ITRAP 的详细信息,请参阅此页。 同时、我会将您的问题重新路由至 CCS 人员、以提供有关堆栈跟踪功能的更多详细信息。
http://processors.wiki.ti.com/index.php/Interrupt_FAQ_for_C2000#The_ITRAP_Interrupt
此致、
Ozino
[引用用户="Bhawandeep Singh"]
我需要查看函数调用栈/函数调用跟踪、以查看触发 ILLEGAL_ISR 的是什么。
如何/在 Code Composer Studio 中的什么位置看到它? 是否可以将我路由到文档/链接?
[/报价]
此信息可在"Debug"视图中找到:
https://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_debug-main.html#debug-view
谢谢
Ki