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.

[参考译文] CCS/TMS320F28379D:无法使用 tms320f28379d 在 CCS8中进行 printf

Guru**** 2020320 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/772921/ccs-tms320f28379d-unable-to-do-printf-in-ccs8-with-tms320f28379d

器件型号:TMS320F28379D

工具/软件:Code Composer Studio

我无法使用 printf 在 CCS 控制台中打印值。 如果我要将相同的浮点值转换为 int,则它将在控制台中打印。

printf ("%f\n"、conVal)是语句。

使用的标头为 #include

请帮帮我。