Team,
Can you please direct me where I can find information on how to configure the System_printf() to direct output to a specific UART and not the CCS console?
Thanks
Viktorija
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.
Team,
Can you please direct me where I can find information on how to configure the System_printf() to direct output to a specific UART and not the CCS console?
Thanks
Viktorija
Hi Viktorija,
You can find an example of how to configure printf to go to a driverlib configured port here:
https://github.com/samvrlewis/MSP432-printf/blob/master/printf_example.c
BR,
Leo