I have programmed my device with ble_app_rscs available on nRF5_SDK_15.3.0_59ac345. I was expecting it the main loop
for (;;)
{
idle_state_handle();
}
the device will only consume 2 uA however it is consuming 8 uA. Can you assist me on why is that the case? is there something I am not switching off?
