Hi,
We will use nRF52 along with small 8bit micro and UART connection. The MCU cannot support standard baudrate 115200, and we will need to implement non-standard speed of 111100bps
I saw a definition for baudrate configuration: UART_BAUDRATE_BAUDRATE_Baud115200 (0x01D7E000UL)
Can you provide formula for calculating the baudrate register values, based on desired baudrate and thisway we can recalculate and init the nRF UART with the custom desired values.
Thank you in advance Kind regards Dimitar