Is there anyway to enable the UART on a NRF51822 to be 7-bit data instead of the default 8-bit?
Lowest level driver structure I could find is
NRF_UART_Type (nrf51.h)
Is there anyway to enable the UART on a NRF51822 to be 7-bit data instead of the default 8-bit?
Lowest level driver structure I could find is
NRF_UART_Type (nrf51.h)
No - the UART supports 8-bit data + 1 stop bit only, all you can change is whether or not a parity bit is added as well or not.
No - the UART supports 8-bit data + 1 stop bit only, all you can change is whether or not a parity bit is added as well or not.