Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf52832 idle current is not 2uA

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?

Parents Reply Children
No Data
Related