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/PROCESSOR-SDK-DRA8X-TDA4X: How to debug which module blocks the task?

Part Number: PROCESSOR-SDK-DRA8X-TDA4X

Tool/software: Code Composer Studio

Hi:

    Now I'm testing sysbios on TI DRA829-EVM by CCS, when I'm using AppUtils_Printf() to show log, I find that my task is blocked. But I find my semphore is activy and will not block the task. so  I want to know how can I to debug by CCS and find what module blocks my task?

Thanks!