Hi team, i need to set uart parity to even, how to do this?
Hi team, i need to set uart parity to even, how to do this?
Initialize the driver with a call to nrfx_uarte_init with the nrfx_uarte_config_t.parity set to NRF_UARTE_PARITY_INCLUDED.
Initialize the driver with a call to nrfx_uarte_init with the nrfx_uarte_config_t.parity set to NRF_UARTE_PARITY_INCLUDED.