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.

TMS320F28377D: CCS编程时重定向printf函数,可以正常输出字符串,但是无法将 float int等等以%f %d的形式格式化输出

Part Number: TMS320F28377D

重定向函数过程如下:

重定向完后执行 其中int x = 10; 

执行结果如下:

所有的字符内容可以正常输出 但是 “”%d” ,x 无法输出;