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.

CCS, XDS110, AM243x: Task aware debugging of FreeRTOS firmware

Currently I found no way for task aware debugging in CCS with the XDS110. For this kind of debugging it would help if the stack of all tasks is unwinded and displayed, so one can see the current code location of all tasks not only the current one scheduled. For example J-Link provides such a view with its gdb server and eclipse.

Is there any way in CCS to get such a view?