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.

CCS/CC1310: System_printf() and UART print doesn't show up in console when debugging started

Part Number: CC1310

Tool/software: Code Composer Studio

CCS8 on OSX

CC1310

Sample code rfWsnNode with added task that uses the UART

Program compiles fine. I can set a breakpoint at a point where a message is printed to the serial port (UART) so the code reaches that point. In the main() the system_printf() is called.

In all cases I cannot see any output appear on the console.

Looked at the forum and found some mention on adding a *.cfg file (where and what title?). Adding a rfWsnNode.cfg with the data from the "empty" project mention in "CC1310 system_printf does not work" generates errors and additionally mentions that the RTSC tools also are used...

I'm lost. Any ideas?

Roland