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:
- 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.
- Changing System_printf() to standard printf() does NOT help either.
- If I create a baremetal project for Cortex-A15, printf() is working fine.
Am I missing something when developing the SYSBIOS application?