Hello,
I'm working on MSP430F6736. In eUSCI UART, I tried the example codes available in the CCS resource explorer.
The controller is receiving data from the com port and it successfully goes to the ISR. But it fails to transmit the reply. The example code used was 'msp430f673xA_usci_uart_standard_transceiver' (echo mode).By analysing more, I understand that the UCA0TXBUF is loaded with the data, but I can't read the same using an external device. I checked for hardware connection errors(continuity), it was okay.
