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.

[参考译文] TMDSCNCD28388D:如何在 CCS studio 中将 printf 和 scanf 添加到 C 代码

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1382134/tmdscncd28388d-how-to-add-printf-and-scanf-to-c-code-in-ccs-studio

器件型号:TMDSCNCD28388D

工具与软件:

我正在尝试在输出窗口中显示变量的语句和值。 我 向我的代码中添加了 puts ("Hello、world!");它与连续错误一同显示在输出窗口 中、并且未识别地址(0xA800)处 CIO 缓冲区中的"Cio 命令(14)无效。 请检查器件和程序存储器映射"。 请建议或指导如何在输出窗口中显示语句和变量值。 请 告诉我如何使用 getc 语法的 scanf 来获取用户对代码的输入。