Part Number: MSP430FR5949
Hi,
I am using UART protocol as command and response manner. So, whenever the controller receives the command then only it responses. Earlier this function of protocol is okay with following configuration: Baud_Rate : 9600, Bits: 8, Stop_bit:1, Parity:None.
Now I am trying the same thing with Baud_rate:115200, Bits: 8, Stop_bit:1, Parity:None. But The UART receive buffer is not getting the command bytes properly on its first trial. In the first trial I got 0xff in UART receive buffer. When the command hitting the receive buffer on it's second time then only it receives the command bytes.
I have no idea about this behaviour of UART receiver. So please help me to find the solution.