Hello,
I am using NRF51822. I want to run UART communication on two different baud rates for 2 different hardware on pin number P09(TX) and P11(RX) respectively. I have to use these two pins only for communicating with my hardware. I have no problem in sending the data to both the hardware with the designated baud rates. But while receiving the response from the hardware sometimes the data is not received. How can I fix this problem?.
Here is the snippet of code that I am using.