Hi
On a nrf9160, I need to send data via UART(E) at 921600 baud. According to the UARTE BAUDRATE register documentation the register value 0xF000000 (Baud921600) leads to an actual rate of 941176 Hz. This is also what I measure on the oscilloscope. Setting the BAUDRATE register to an interpolated value 0xEBEDFA4 seems to result still in approx. 940000. What is the recommended way to achieve more accurate baudrate 921600?
Follow-up question: Is it possible to use custom baud rates, or are only the baudrates listed in the UARTE BAUDRATE register documentation supported?
Thanks,
Matthias