Hi
UART generates NRF_SERIAL_EVENT_DRV_ERR when receiving data continuously,How to solve this problem.thank you.
Hi
UART generates NRF_SERIAL_EVENT_DRV_ERR when receiving data continuously,How to solve this problem.thank you.
Hi,
Which SDK are you using?
You should be able to see the source of the error in the ERRORSRC register, which should be four different bits that are set depending on which error source it is. Read out NRF_UART0->ERRORSRC when you get NRF_SERIAL_EVENT_DRV_ERR event(assuming you are using instance 0).
Hi,
Which SDK are you using?
You should be able to see the source of the error in the ERRORSRC register, which should be four different bits that are set depending on which error source it is. Read out NRF_UART0->ERRORSRC when you get NRF_SERIAL_EVENT_DRV_ERR event(assuming you are using instance 0).