Hi,
I am using:
CCS: 4.2.4.00033
DSP/BIOS: 5.41.10.36
Board: Spectrum Digital OMAP-L137 Starter Kit
I can see puts() messages at console. However, printf() seems to be not working. Do i need to configure CCS to get printf() messages?
Thanks
Alper
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.
Hi,
I am using:
CCS: 4.2.4.00033
DSP/BIOS: 5.41.10.36
Board: Spectrum Digital OMAP-L137 Starter Kit
I can see puts() messages at console. However, printf() seems to be not working. Do i need to configure CCS to get printf() messages?
Thanks
Alper
Hi Alper,
Are you using libc's printf() or DSP/BIOS's LOG_printf() ?
Best,
Ashish
Today, same code runs well ! Yesterday, I closed and reopned CCS and my board several times but nothing changed. Maybe, a computer restart was required or i miss something. Anyway, both of them work now. By the way, I am using printf() not LOG_printf().