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.