请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
部件号:MSP430F6435 工具/软件:Code Composer Studio
大家好,我在 Code Composer Studio中使用了printf(),但它不工作,它是否需要CCS中的任何设置??
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.
工具/软件:Code Composer Studio
大家好,我在 Code Composer Studio中使用了printf(),但它不工作,它是否需要CCS中的任何设置??
您好,
请注意,对于MSP430等器件,printf需要相当大的目标资源(内存)。 如果您希望使用它,请参阅以下文章:
processors.wiki.ti.com/.../Printf_support_for_MSP430_CCSTUDIO_compiler
谢谢
KI
Suraj,
printf需要多种功能才能工作。 这是一个以前使用printfs的项目,还是您现在尝试使用printf的新项目?
要检查的事项:
http://processors.wiki.ti.com/index.php/Printf_support_for_MSP430_CCSTUDIO_compiler
此致,
John