Hi Team,
I´am working with the nRF51422 and would like to change the parity from even to odd.
Is there any possibility to change that setting or just to invert the even bit?
I' am using the ble_app_uart_s130_pca10028.
Thank you
Hi Team,
I´am working with the nRF51422 and would like to change the parity from even to odd.
Is there any possibility to change that setting or just to invert the even bit?
I' am using the ble_app_uart_s130_pca10028.
Thank you
nRF51 does not have odd parity. As mentioned in the Reference Manual:
When parity is enabled, the parity will be generated automatically from the even parity of TXD and RXD for transmission and reception respectively.
It is not possible to invert the bit.
nRF51 does not have odd parity. As mentioned in the Reference Manual:
When parity is enabled, the parity will be generated automatically from the even parity of TXD and RXD for transmission and reception respectively.
It is not possible to invert the bit.
Thank you Ole Bauck for your fast response. I need to communicate with a device with odd parity. Do you have a idea where I can adjust something in the program to communicate with the device?
It is not supported on the nRF51 so you can't adjust something to get odd parity. I'm sorry, but you have to think of another solution.