我的程序中循环体有 printf 语句,例如printf("THIS IS master core!\n"); printf("THIS IS slave core\n"); 等等。但是当我生成out文件加载到8个核同时运行时,在控制台却会出现
THIS IS maslave core 类似的输出重叠现象,用了CSL里面的platform_write()也是一样的情况,请问这是什么原因,如何解决,谢谢~
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.
我的程序中循环体有 printf 语句,例如printf("THIS IS master core!\n"); printf("THIS IS slave core\n"); 等等。但是当我生成out文件加载到8个核同时运行时,在控制台却会出现
THIS IS maslave core 类似的输出重叠现象,用了CSL里面的platform_write()也是一样的情况,请问这是什么原因,如何解决,谢谢~