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.

DSP/BIOS tsk schedule work bad!

       Today,I met a question when program with DSP/BIOS, sometimes my program only OS system and
 HWI can work well,TSK can not be schedule and when to check the kenerl infos witch CCS3.3 plugin
 All the infomation include knl_swi, TSK, secu, mbx,heap are work well,find some infomation,
 all tsk stack no overrun and knl_swi stack no overrun too, but some MBX can not have relationship
        with its TSK(in MBX's pend TSK name is empty, while work well there is a real TSK).
        and the question had occurs serval times which made me crazy.
 please help me,thank you!
 Also I see the static message with CCS3.3 plugin, when all work well,the tsk schedule works
 well too, just like"KNL_swi...start TSK.....end TSK....., PRD counter = xxxx";and when the
 question occurrs, only see"KNL_swi..............."