My device is C6713, and I use the tool CCS3.3
My program is based on the DSP/BIOS, so I set several TSK through the '.tcf' file.
I enable the TSK manager in the 'TSK Manage property'.
When I load my program into C6713, I found only TSK_idle is running in the window of 'Kernel/Object View'.
The state of the TSK I set is 'Blocked', and it indicates they 'Blocked On' MBX:0x464
Then, I found in the window of 'Kernel/Object View' that the module 'MEM' have not completely list the Memory Section I set.
The 'IRAM' section have become 'TSK_STACKSIZE' or '_edata'
My program can go the main function, so it may be the TSK Manage problem.
I need your help, Thank you.