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.