Hi,
I am trying to verify current consumption of nrf52840 DK (not any peripheral connected ) before doing that for our product.
We need to use RTC to wake up the device so we are going to use system on mode for deep sleep instead of system off mode.
With "examples\peripheral\pwr_mgmt\pca10056\blank\armgcc" + disabled NRF_LOG_ENABLE and setting DCDC_EN,
I verified DK can go down to 9uA when it is system on mode. (system off mode :6uA) getting from VDDH lines.
However, with examples\ble_peripheral\ble_app_uart\pca10056\s140\armgcc which includes softdevice,
DK stays 800uA in system on mode even if I disable uart, timer, NRF_LOG_ENABLE and set DCDC_EN following some other postings.
[code change for ble uart app]
static void sleep_mode_enter(void)
Questions
1. Is it normal with 6uA for system off mode(measured at VDDH with usb power source)?
2. For ble_app_uar, Is there extra code to reduce current consumption?
Thank you.