Tool/software:
Hi Team,
The UART in MSPM0L1106 is working correctly in conventional way. In my application, Tx and Rx pins are connected together to have a single line communication.
The following are the sequence of the communication :
1. By default, Tx pin configured as output low and Rx pin configured as input without any pull resistor.
2. DUT will send data first by configuring Tx pin to UART Tx mode and send the data.
3. When data are sent, Tx pin will configure to input without any pull resistor. Rx pin will configure to UART Rx mode for data receiving.
4. After data are received, Rx pin will configure to input without any pull resistor. Tx pin will configure to UART Tx mode for data transmit if any and repeat from step 2.
With the above, the data transmit and receive are basically OK. However, there is high chance to have first byte with value 0x00 on data receiving. Is there anyway to avoid receiving this leading 0x00?
Thanks.


