I am using CCS v4.0.2 and a EVM C6472 board. I am trying to create a DSP/BIOS project that will have a periodic task running. As a starter, I'd like to see some message repeatedly displayed in the "console" part of CCS. I was able to get messages to display with a printf on the "FPGA LED test" sample project, for example. However, that project is not a DSP/BIOS project.
So, after creating a "Hello world" type program in a DSP/BIOS support, I put a printf in "main". The project loaded without errors, but after loading the program on one of the cores, all I got was a message "C64XP_2: RTDX: RTDX program mode is JTAG" in the console. I also put a printf in a function and set it to run with the "periodic function manager" in the TCF file, same result. Seems like I cannot get anything to display with a DSP/BIOS project, although I had no problem with a non-DSP project.
Any suggestions?