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/CC1310: How can I use "System_printf()" to output debug message?

Part Number: CC1310


Tool/software: TI-RTOS

To who may help me:

Thank you for your time first.

I am a biginer in studying CC1310 lacuchpad, today I have a small promble about "System_printf()" function in TI-RTOS. I used to output debug-message with "printf()" function in Stand C Library, and I can see the format string what I have passed to printf() in console or output message box (like Keil IDE).  But now I use IAR in a Windows 7 PC.when I use "System_printf()" like the picture shows, where the data output? Should't it appear in Tool Output box? 

Is there something configurations I neglect?  or I can find the output data in other place?