Hello,
I have nrf52 and configure uart0 for connection with external device.
I have configured it as NRF_SERIAL_MODE_DMA and set irq_handler .receive NRF_SERIAL_EVENT_DRV_ERR event.
Please help to fix issue.
Thanks in advance!
Hello,
I have nrf52 and configure uart0 for connection with external device.
I have configured it as NRF_SERIAL_MODE_DMA and set irq_handler .receive NRF_SERIAL_EVENT_DRV_ERR event.
Please help to fix issue.
Thanks in advance!
Please post code showing how you configure UART and how you send/receive data.
Can you try debugging the application, set a breakpoint inside the NRF_DRV_UART_EVT_ERROR case in uart_event_handler (line 161 in nrf_serial.c), and check what the error_mask is set to (p_event->data.error.error_mask)?
Can you try debugging the application, set a breakpoint inside the NRF_DRV_UART_EVT_ERROR case in uart_event_handler (line 161 in nrf_serial.c), and check what the error_mask is set to (p_event->data.error.error_mask)?