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.
Tool/software: Code Composer Studio
I am learning CC1350 Launchpad examples. I found one example "rfPacketRx_CC1350xxxxx.........nortos_ccs" .
My questions is, how to enable debug prints?
1. UART_write() is working.
2. printf() - never prints anything
3 System_printf() gives below errors
How System_printf is different from printf? I almost checked all thread related to this question. But none of the solution is working for me.