Tool/software:
Hello All.
I have few questions regarding CCS and SBL for the MCU Domain Cortex R5F core.
1. I was successfully able to setup and run the launch.js script in CCS. But when I try to run the Hello World example, on the mcu1_0 core, I see the debug assembly code, but the printf output is not seen anywhere. I tried the MCU UART terminal, as well as the CIO Console (used fflush(stdout) too). Where is the output and debug information being redirected?
2. I want to run a baremetal app on the main R5F core on the MCU domain i.e., mcu1_0. I am not very clear about the SCIClient app that needs to be run on the main R5F core. Should I include SCI with my application, or is it already initialized by the SBL? (do note that i am running a baremetal app i.e., non-os)
3. Can the application developed on CCS IDE be used for SBL baremetal, or how to port the CCS app to baremetal SBL?
Thanks in advance.