Hi,
I am using
- Custom Board(nRF52840)
- SDK 15.3.0
- Keil IDE
- The soft device is S140
- JLinkRTTViewer for debug
My board has two leds and two buttons for door open / close.
When entering the System Off mode using the sleep_mode_enter () function, the current consumption varies between 11uA and 34uA.
I know that current consumption is less than 1uA when in System Off mode.
Please advise.
Alex
int main(void)
{
// Initialize.
gpio_led_init();
power_management_init();
ble_stack_init();
gap_params_init();
gatt_init();
services_init();
conn_params_init();
sleep_mode_enter();
}