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

SVC HANDLER MISSING Error with APP UART

Hi all,

I am communicating with a sensor through UART using APP_UART on a custom board (nrf52840) through the nrf52 DK. I can send and receive commands to and from the sensor, however, it randomly resets. It throws the error 1 (SVC Handler is Missing). I'm using the app_uart_put() and app_uart_get() functions and it resets when I use both or only one function. If those functions aren't in use, the program works fine and doesn't reset. Additionally, using a loopback with the same functions does not cause a reset.

I've also disabled the watchdog.

I am using the NRF5 15.2 SDK with S140 SD 6.1

Please advice, thank you.

Related