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.

RTOS/TDA3XEVM: TI Sys_Bios task stack

Part Number: TDA3XEVM

Tool/software: TI-RTOS

I was debugging on the issue when one of my high priority task was blocked and low priority task was running.

I can see the task state using RTOS Object View(ROV). I also know that the task was blocked by for example Event:0x123456.

I would like to find out more about the event which is blocking my high priority task. Can I know how can I see the stack of my high priority task so that I can tell if it is because of Hwi, Swi or semaphore or some external event from some other modules.