I used SDK is nRF5_SDK_14.1.0_1dda907
Chip is nrf52832 evb.
Soft device is S332.
I call function sd_power_system_off() enter system off.
Use triggered from DETECT signal from GPIO to wake up.
Then reset, but of power->RESETREAS register always is POWER_RESETREAS_RESETPIN_Msk, is not POWER_RESETREAS_OFF_Msk.
What wrong with it.
Thanks.