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.

6670 TCP3D 中断不能触发



我使用的是TMDSEVM6670LE。例程版本:pdk_C6670_1_0_0_20\packages\ti\drv\exampleProjects\TCP3E_exampleProject

在软仿时一切正常

在板子上进行硬件仿真时,程序运行到Void sndBlockTaskFunc(Void)这个任务的 第二个while(1)的Semaphore_pend(semSendWait, BIOS_WAIT_FOREVER);(730行左右)后挂起,核的状态停止在Running。

感觉译码器没有产生码块译码完成中断,没有进入Void revt0ChCallback(Void)  、 Void revt1ChCallback(Void)   、 Void tcp3dEventISR(UInt32 testEvtNum)

从而没有运行Semaphore_post(semSendWait);

帮忙分析一下   谢谢啦

  • 你看一下代码中有没有区分simulator及emulator的宏,可能是在emulator下需要去掉SIMULATOR_SUPPORT宏开关。

    另外你可以看看TCP3D译码的输入数据是否已经被EDMA搬到TCP3D内部、译码结果是否已经搬出到指定的memory,确认TCP3D是否启动并开始译码。