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.
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
Hi, where are you looking for the LOG_printf statement? They should show up in tools->RTA->RAW Logs
Judah
You are looking at "All Log buffers". Please select just "trace" from the drop down located towards the upper right corner area.
Judah
It is possible but you would have to setup something called UIA.
http://processors.wiki.ti.com/index.php/Multicore_System_Analyzer#The_Unified_Instrumentation_Architecture_.28UIA.29
The way you are setup right now you only get it when you halt the processor.
Judah
DSP/BIOS does not support UIA. SYS/BIOS does.
DSP/BIOS supports stopmode (which you've used). To get the data off without halting the processor, you can try to use RTDX. However, TI no longer officially supports this interface.
Todd
Hello ToddMullanix,
I read this thread as I've exact the same Problem. I imported a CCS3.3 Project with Log_printf (and was able to see the output while the program is still running).
May I missed something but I did not catch the final end of the Story:
I use DSP/BIOS and I thought I use RTDX (May I miss a Switch to "more" turn on RTDX in CCS5 ?).
Now, is it possible to see the Log_printf "live" ? YES or NO ?
Thanks, Wolfgang