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.

DM8168的OSD算法中,用Vps_printf()不能输出打印信息?

在DM8168的dsp端加入自己的算法,但是现在在调试发现,算法内部不能输出打印信息。

在TI自己提供的OSD算法下用Vps_printf加入打印信息进行测试,在AlgLink_OsdalgProcessFrame函数中的SWOSD_blendWindow()后面加入打印信息能输出,但是在SWOSD_blendWindow()中的函数的DSKT2_activateAlg函数后加入打印信息就不能输出了,再深入算法内部所加的打印信息都不能输出。

要怎么才能在算法内部输出打印信息呢?是不是在算法内部Vps_printf()不能输出打印信息,要用其他的printf?