Hi Nordic
I used the nrf_gpio_cfg_sense_input() API to initialize the GPIO4 for waking up nrf52832 from system off mode, This IO could wake up nrf52832 successfully, but It could not be read accurately when I called nrf_gpio_pin_read() API to read in running mode, The return value of nrf_gpio_pin_read() was positive value all the time when the actual external voltage to the IO was 0.
There is the same problem in the PCA10040 DK.
Is there any way to use the same IO to wake up chip from system off mode and also can be used to read the IO pin input level?