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