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.

[参考译文] CC1310:C1310 printf 问题

Guru**** 2476825 points
Other Parts Discussed in Thread: CC1310

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

https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1355234/cc1310-c1310-printf-problems

器件型号:CC1310

我正尝试让 printf 在 CC1310上正常工作。 为了支持 Unity 单元测试、我需要使用 printf、而不是 system_printf。

我正在使用:

 printf ("测试!\n");
 fflush (stdout);

这会编译和调试、但在控制台上看不到任何相应的输出。

我正在使用 TI CCS 10.4.0.00006 和 SDK 4.10.01.01

提前感谢。