Hi expert,
My customer find abnormal task stack usage in some tasks. They are using TI-RTOS on C28x core. I remember there are some tools can help with trouble shooting. Could you let me know what is that?
Thanks
Sheldon
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.
Hi expert,
My customer find abnormal task stack usage in some tasks. They are using TI-RTOS on C28x core. I remember there are some tools can help with trouble shooting. Could you let me know what is that?
Thanks
Sheldon
Sheldon,
You can use CCS "ROV Classic" to get the detailed view of stack for each task (StackSize, Peak Use etc).
In the cfg file, you can enable stack check flag.
Task.checkStackFlag = true;
The details of this flag is here: