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.

Directing printf output to my own LCD display using CCSv5 for stellaris

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