ENV: dm6467t + CCS4.1 + dm6467_h264dec_1_10_05_03_production + DSP/BIOS 5.41
I create a project, and then create a H264 decode task in DSP/BIOS (only one task ecpect idle task in this project , and the H264decode use the dm6467_h264dec_1_10_05_03_production code). When i use this project to decode the 264 raw file continuous (without task switch), the project running OK; But when i use the TSK_sleep blocked the decode task, the decode task cannot run back. If i don't use the decode function , the task switch is ok. I found the the function RMAN_assignResources() in decode code occur the influence in task switch. what happen in the function? And how to implement the task switch in my project with the decode task ?