Part Number: EK-TM4C1294XL
Tool/software: Code Composer Studio
Hi all,
I'm trying to send plain chars over UART0 from my board to the PC. I have connected the board to the PC via ICDI usb. But, putty shows no characters coming through (I have put sending chars in while(1) loop).
I have checked the code and it is OK. Can someone share some thoughts?
This is becoming very frustrating...
Regards,
Pete
P.S. I have tried with examples of hello and uart_echo. Neither of them works...