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.

Switch between DSP/BIOS tasks for debug

Dear TI support and forum members,

I'm using ezdsp5502 board and experiencing a race condition issue by adding only one call to a DSP/BIOS related function, like printf or TSK_sleep(1) at some place. To investigate this problem further I'd like to see where are the other tasks at the moment with and without such a call (halting at breakpoint). E.g. gdb has "thread" command to perform such context switches, how can I do this for DSP/BIOS with CCS?

Thanks,
Andrey