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.

hello world! is not displayed from Log_printf in CCS 5.3

I am using CCS 5.3 on evm137

I run the example hello.c from DSPBIOS examples, but it seems I can not see  "hello world!" printed anywhere from this line

LOG_printf(&trace, "hello world!\n");

I click Resume after the the entry point was reached. 

But nothing appears