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.