Wake up from shut down mode

I am using nrf52832 dev kit and soft device s132. I have use my board as an advertiser.

Like if as i put coin cell battery into the dev kit it should wake up from a system off mode automatically and start advertising.

https://embeddedcentric.com/lesson-14-nrf5x-power-management-tutorial/

i found that if i use nrf_pwr_mgmt_shutdown() then how can i wake up automatically.

actually i dont want to do advertising after pressing a Button. 

Is there a way that i can wake up from system off mode using nrf connect app directly or other way

Related