Tool/software:
We are using Single wire UART communication for our application, So trying to Disable Rx during Transmit and Vice versa.
In one of the thread it was suggested to configure the Rx pin as GPIO Input during transmit and vice versa to isolate the communication and it was suggested to flush the FIFO as well.
But I'm not sure how we can flush the FIFO in this micro, We don't have any registers to clear the data as per the TRM, How can we clear the FIFO?
Currently we are reconfiguring the Rx pin as GPIO and we are still facing some issue. Do we have a different approach recommended for MSPM0G3519 micro?
I have shared a thread below which i was used as reference,