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: Debug print issue with CCS console

Part Number: AM5728
Other Parts Discussed in Thread: SYSBIOS,

Tool/software: Code Composer Studio

Env:

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

Problem Synopsis:

  1. For target AM5728 Cortex-A15, a newly created simple typical SYSBIOS example project can be loaded and get running smoothly. But there is not any message printed out via debugger in CCS console window when System_printf() is called, no matter SysStd or SysMin is used.
  2. Changing System_printf() to standard printf() does NOT help either.
  3. If I create a baremetal project for Cortex-A15, printf() is working fine.

Am I missing something when developing the SYSBIOS application?