Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF5 SDK - UART framing error and break condition using NRFX driver

I am developing firmware for nRF52811 and I can't get UART working.

Sending data over TX works fine, but every time I try to receive something from RX, I get an error.

I am using NRFX driver and function nrfx_uart_rx returns error code 3, which, as I found, means NRFX_ERROR_INTERNAL. I also checked UART registers and their values indicate framing error and break condition. My UART settings are baud 9600, 8N1 and hardware flow control disabled.

I would appreciate any help.

Parents Reply Children
No Data
Related