Tool/software:
is there any way to view the task stack usage in current latest composer studio , i'm using sdk 8.30 ?
ccs version 20.1.0
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:
is there any way to view the task stack usage in current latest composer studio , i'm using sdk 8.30 ?
ccs version 20.1.0
Hello,
is there any way to view the task stack usage in current latest composer studio , i'm using sdk 8.30 ?
It depends on the RTOS being used and the SDK.
For FreeRTOS, the RTOS Objects view may have this information.
https://software-dl.ti.com/ccs/esd/documents/users_guide_ccs/ccs_debug-main.html#rtos-objects-view
Note that TI-RTOS is not supported.
Thanks
ki
Using tirtos
CCS 20.x does not have support for TI-RTOS in the RTOS Objects view
is there any work around ? i can use any other version of ccs or any code that can take max and min value of stack usage ( i can log this periodically if required)?
is there any work around ?
Not with the RTOS Objects view in CCS 20. One option is to downgrade the CCS version to 12.x.
I will bring this thread to the attention of the SDK experts who can best support.
Hi Pavan,
You are trying to use the wrong version of ROV. You have to use Runtime Object View, not ROV Classic.
Then, to observe the stack usage of your task:
Regards,
Arthur