Hello,
I have some old C code that now I am porting on to the TIVA architecture using CCSv5. How do I redirect my printf ouput to LCD display. Earlier I had written my own putchar function and that had worked in the Keil environment. What to do now, if I do not want to change bulk of the code.
Regards