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.

DM6446没有建立在CCS下建立Codec Engine机制,只是使用了DSPlINK机制,用什么方法可以调试DSP端程序。



       DSPLINK让DSP和ARM端通信,ARM端直接用status = DSP_Create(_dspExecutable);方法启动DSP。在LINUX下按照DSPLINK 的例程编译了DSP端的代码,但是发现DSP程序中的的  LOG_printf()不会打印任何信息,但是DSP的其他程序正常运行。想问下这种情况怎么调试DSP端的程序。