Hello,
We are using the nrf52832 in SES with the softdevice s112 (v7.2.0) and sdk17.1.0 in a custom board for a BLE application (that includes OTA DFU and a custom service). We want the application to go in low power mode after disconnecting from BLE, the following peripherals should remain working: SAADC, COMP, RTC, FDS, PWM and TWI. At the moment, when measuring the current consumption in this mode is 2.3mA, but we have to reduce the power consumption <1mA for the application . We are running nrf_pwr_mgmt_run(), is there something else we are missing to reduce the power consumption?
we try also disabling the softdevice but the device went directly in SYSTEM OFF