Is there any equivalent function in CCS 5.1 for the IAR "view -> stack" function to see how big the stack currently is?
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.
Is there any equivalent function in CCS 5.1 for the IAR "view -> stack" function to see how big the stack currently is?
Sorry there isn't an equivalent view in CCS. You would need to manually check for stack overflows using either DSP/BIOS analysis tools or debug watchpoints.
http://processors.wiki.ti.com/index.php/DSP_BIOS_Debugging_Tips#Cause:_Stack_overflow
http://processors.wiki.ti.com/index.php/Checking_for_Stack_Overflow