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/AM5728:CCS 控制台的调试打印问题

Guru**** 2933120 points

Other Parts Discussed in Thread: SYSBIOS, AM5728

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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/669674/ccs-am5728-debug-print-issue-with-ccs-console

器件型号:AM5728
Thread 中讨论的其他器件:SYSBIOS

工具/软件:Code Composer Studio

ENV:

  • CCS 7.4
  • SYSBIOS 6.52
  • XDCTOOLS 3.50.4.
  • GCC 6.3.1

问题概述:

  1. 对于目标 AM5728 Cortex-A15、可以加载新创建的简单典型 SYSBIOS 示例项目并使其平稳运行。 但是在调用 System_printf()时,无论使用 SysStd 或 SysMin,都不会通过调试器在 CCS 控制台窗口中打印任何消息。
  2. 将 System_printf()更改为标准 printf()也不起作用。
  3. 如果我为 Cortex-A15创建了一个裸机项目、printf()可以正常工作。

在开发 SYSBIOS 应用程序时是否缺少某些内容?