Hi, I use nRF52840, with SDK 15.3.0
Using UART communication, I should change data type like None parity, 1 stop bit is default setting.
I use nrfx_uart.
So How can I use Odd parity bit or Even parity bit.
And How to use 2 stop bits?
There is no stop bit setting in nrf_uart_configure.
Thanks in advance!