We are not using system off mode. since we not using external rtc. We are using internal Real Time counter in system on idle sleep (using ksleep).
In Basic led code , We are able to achieve 150uA in the sleep.
We including the application feature ble , wifi , adc, uart, i2c and other peripherals. After going to the sleep , we are getting 4 mA in the module itself.
We suspect one of the core engine is running in the system on idle sleep.
How to disable network core when going to the sleep and enable when we awake back.