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.

RTOS/TMS320C6657: Enabling Printf when running out of flash

Part Number: TMS320C6657

Tool/software: TI-RTOS

Hello,

I have a .out file that has some printf statements that prints to the CCS console when running from JTAG, but when converted using hex6x utility and burned from flash, the printf statements do not print to CCS console even when I have JTAG a connection to the DSP.

Is there something I need to do to enable printing from to the CCS console when running from flash and connected via JTAG?

Thanks,

Eric

  • Hi,

    The CCS console is outputing the prints when the program is ran through CCS & JTAG, when you have programmed the binary on the device flash you should use the uart prints, connect your computer to the uart (serial) console of the board & you should see the prints there. The JTAG is not a serial console connection to your board.

    Best Regards,
    Yordan