Hi Devzone:
I am trying to gauge the power consumption after nrf_power_system_off() is called.
So is there a list of the hardwares that "nrf_power_system_off()" shuts off?
The hardwares of my concern are Radio block and SRAM. I would like to know if nrf_power_system_off() would shut off these hardware as well as other blocks. A full list would be appreciated.
Also when the chip reboot from nrf_power_system_off, does it go through the full cycle of rebooting?
What do I mean by full cycle of rebooting:
MBR -> Bootload -> Application
I just need to make sure my main code is properly re-initialized and re-entered.
Thanks!