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

UART communication with Arduino ERROR 1 [NRF_ERROR_SVC_HANDLER_MISSING]

I am able to successfully run the UART peripheral example and view data sent via uart from an arduino to the nrf. Now I am trying to use it with the nrf BLE relay example. However, either nothing gets outputted or I get the error ERROR 1 [NRF_ERROR_SVC_HANDLER_MISSING].

Here is the uart_evt handler with the line generating the error highlighted.

Here is the uart_init code. When I uncomment the code at the bottom I can actually see the data printed via uart. It just doesnt work with the event handler and errors out in it. Any help would be great. Thanks!

Also I am building off the example found at:

https://github.com/NordicPlayground/nrf52-ble-app-uart-relay

Thanks again.

Related