Hi,
I've been programming a TM4C123GH6PM using CCSv6 and I was able to check if UART0 worked using putty, but looking at the registers during debugging (UART_DR_DATA to be concrete, which shows data transmitted or received) its value is 0 always. Nevertheless, I could see at putty that it works properly. The question is, how can I know if it is working or not just using the debug? Maybe I am wrong but if I want to use a different UART I will not be able to see through putty for example if it is working properly or not.
Thanks,
Javier