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.

28235如何能在Console中printf?

我的硬件设计上没有拉出串口,因此无法使用串口调试。

现在printf却无法在console中显示任何结果。

请问28235是否有这种功能?

  • 这个跟芯片没有任何关系,而是CCS的功能,请问你是否在语句最后加上了"\n"呢?

    请参考这个帖子:https://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/471920

    另外,既然你使用了CCS,为什么不直接在expression窗口里查看你需要观察的内容呢?

  • printf在线调试肯定是可以的

    如果没有打印输出  请确定添加了相关的头文件

    还有打印输出加上\n