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,
My program is getting Illegal_ISR.
When I try to reproduce it with single stepping, the behavior does not reproduce - though it happens once I give a run without single stepping.
I need to see the function call stack/ function call trace to see what is triggering the Illegal_ISR.
How/ where can I see it in Code Composer Studio ? Can you please route me to the document/ link ?
Thanks and best regards
Bhawandeep Singh
Hi,
You can reference this page for more information on ITRAPs. In the meantime, I will reroute your question to the CCS folks to provide more details on the stack trace functionality.
http://processors.wiki.ti.com/index.php/Interrupt_FAQ_for_C2000#The_ITRAP_Interrupt
Regards,
Ozino
Bhawandeep Singh said:I need to see the function call stack/ function call trace to see what is triggering the Illegal_ISR.
How/ where can I see it in Code Composer Studio ? Can you please route me to the document/ link ?
This information is available in the Debug view:
https://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_debug-main.html#debug-view
Thanks
ki