Hi,
I used the app of nordic , that puts the system off in order to measure the current at that mode. the example i used is at this link. ( system-off-wakeup-on-gpio )
I debuged the program, and i noticied that even after going to off mode, the while (1) keep being executed. Is it logic ?
1-The button_0 used to enter mode off(configured with this function :nrf_gpio_cfg_input()), is still has an effect in off mode (that mean when i clik on it on off mode current consumption increases ) , why? in off mode such button consumption impact is stopped no ?
2-waking up from off mode is only with a hard reset or button click that is configured using this function : nrf_gpio_cfg_sense_input();
3-What are the stuff keep running or on after entering in system off ? im really confused ..