This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF_ERROR_SVC_HANDLER_MISSING whith uart

When I use the uart to transparently transmit, there is no problem at around 4k/s. When I increase the transparent transmission rate, there will be NRF_ERROR_SVC_HANDLER_MISSING this error in the APP_UART_COMMUNICATION_ERROR event. 

What is the reason, I have been unable to find the reason, if you want a higher transmission rate, what should I do, I do not want to use flow control, dma is not a better choice?

Parents Reply
  • I use the gcc compiler, sdk14.2 NRF52832, I just sent the serial port to the data and transmitted it in the air. My original code is on NRF52810. This problem does not occur, but I have this problem when I ported to 52832. I try I don't change the routine ble_app_uart, just change the logic part, but this problem still occurs. I send 7 bytes every 10ms, and it will go wrong after ten seconds.

    this is my log  bound  115200bps

Children
Related