Hi All.
I have been using the Tiva-Launchpad board, and flashed code that wrote to UART, and the same was displayed on the putty-terminal setup via serial-cable.
Things work fine.
I have a basic doubt though.
Right now, the serial-cable is connected, and all characters are seen on the putty-terminal.
If I disconnect the serial-cable, will "ROM_UARTCharPut" block forever (because there would be no consumer of the characters)? Do I need to use buffer-overflow checks with "ROM_UARTCharPut", so that my application does not hang when the serial-cable is disconnected?
Will be grateful for any pointers.
Thanks and Regards,
Ajay