Greetings,
I am running the "ble_app_template" example on my custom board using SDK v17.1.0. I am trying to figure out how to wake up the MCU from the SystemOFF sleep using a GPIO.
Anyways, soon after generating a signal at my GPIO, the application enters the bsp_event_handler(), and breaks down immediately (ends up in the app_error_fault_handler() ). Im getting the following output in my Debug terminal:
<error> app: ERROR 8198 [Unknown error code] at D:\Nordic\nRF5_SDK_17.1.0\examples\MERS\MERS_ble_app_template\main.c:400
PC at: 0x0002F547
<error> app: End of error report
Why is that so? How to fix this?
Best,