sd_power_system_off() for power consumption | SDK 15.2

Hai team,

         In my application , I am using nrf52832 , application took 26 microamps in runtime [peripheral - I2c] ,acclerometer and ble advertisements],here i need to put my device in sleep mode ,for that using below api

           sd_power_system_off();

here it tooks 23 microamps , before calling sd_power_system_off() uninitializing i2c , app_timer and gpiote calls,
is that neccasary to disable all interupts and tasks before going to sleep??if so is there any command to disable all interupts pending tasks in single short?
Is above flow is correct to put the device in sleep ? but current has not reduced that much
what could be the cause here ? And may I know the current consumption in sleep mode using sd_power_system_off().



Thanks in advance!

Parents Reply Children
No Data
Related