Hi folks,
I'm using the ble_app_template on a custom board. The BSP has a bunch of stuff I don't need, so I would prefer to not use it and handle my I/O directly instead. The problem is, when I try to remove the BPS code, the app_template will no longer shut down on timeout via sd_power_system_off(). I have an app_timer blinking an LED in my main.c file, and that's it. When the BLE_GAP_EVT_TIMEOUT event fires, the nRF51822 just resets instead of shutting down. Can anyone explain why this is happening?