I seem to be getting odd behavior of the UARTE0. Actually, this same behavior happens with the standard UART0.
I have a loop that sends a two byte message every 1 second. But actually, the message is sent at random times.
When the message is sent, it is correct data and bit timing is as expected with 9600 baudrate. I checked the loop
by illuminating an LED and it is 1 second as expected. I've studied the nRF52810 data sheet and it seems like I
have all the configuration registers set properly. Hopefully someone has some tips.