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

More than one pin for waking up

Can i configure more than one pin for wake up the microcontroler from deep sleep ? 

like this: 

nrf_gpio_cfg_sense_input(30, NRF_GPIO_PIN_NOPULL, NRF_GPIO_PIN_SENSE_LOW);
nrf_gpio_cfg_sense_input(22, NRF_GPIO_PIN_NOPULL, NRF_GPIO_PIN_SENSE_LOW);

Related