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.

CC1310: printf to UART with simplelink & TI RTOS

Part Number: CC1310

I'm trying to figure out how to use printf, or system_printf to output data over UART with the CC13x0.

Most of the documentation I've found either only talks about printf to console, or is for the BLE SDK using uart_printf() which doesn't seem to exist for simplelink.

So how do I get a function which allows me to do a printf("value is %d", var) style UART output?