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.

TMS320F280039C: Debug Console Library

Part Number: TMS320F280039C

Hey everyone, 

I am using the TMS320F280039C and have a UART connected for debug console commands. Does TI have a library that connects printf, scanf, and such to the debug console? I don't see an example in driverlib for this. I see sci_ex3_echoback that shows how to write to a UART, however, I'm hoping I don't have to redefine printf and scanf in such a way to use SCI_writeCharArray and SCI_readCharBlockingFIFO. 

Just wanting to see if TI had a debug console library with printf definitions to write to UART already, or I had to make my own before I started down the road of making my own.