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: TI-RTOS
Hello,
I am trying to get UART logging working on my MSP430F5529 LaunchPad with TI-RTOS. I would like to use Log_info0("Hello, World!"); type statements and print the log over uart as an idle function.
I have loaded the uartlogging example in ti/tirtos_msp43x_2_20_00_06/examples/MSP430/TI/MSP_EXP430F5529LP/uartlogging
but I just get binary data on my serial port. I have done this successfully before with the CC26xx and Ti-RTOS, and the UART logging comes out something like: "#000002 [ 2.000 ] "../flash.c", line 55: Hello, World!"
So, How do I get text logging?
thank you,
-Skot
I like logging as an idle task so it doesn't interrupt task execution. I found a wiki entry that seems to address this.
**Attention** This is a public forum