Hi,
I'm using two UARTs on nRF52840 with SDK17.1.
My issue is both UART works individually until they receive messages at the same time. Both of them receive an RX overrun event. In my UART RX interrupt handler, I'm simply move a byte into a buffer and start receiving the next one.
Any suggestion?
Thanks,
Ye-Sheng