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.

关于ccs5.3的console显示printf打印的问题

我使用C6670EVM的板子,在跑多核程序的时候,为了调试时序,在每个核的程序中加入了printf用于看我的程序各个模块跑的顺序,但是在console的显示里面,他的一个核的程序会打在一块如下图:

按我的预期,核0的第一句打印后,应该是输出核2的第二句话,但是他直接把核0的其他都打印出来才打印的核2,这个有办法解决么?