Hello,
I am having a problem with the development on a custon board. During system-off I wake up the chip with nrf_gpio_cfg_sense_input function on PIN 5. The chip wakes up normally while debugging, yet when I am not in debug mode and the custom board operates on battery the nrf_gpio_cfg_sense_input function does not work. I am using nrf52832 chip and sd132.
nrf_gpio_cfg_sense_input(PIN[5], NRF_GPIO_PIN_NOPULL, NRF_GPIO_PIN_SENSE_HIGH);