This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF51822_xxAC low power mode verification

Hi,

Now as I want to ensure low power mode with minimum hardware and firmware, I have written very small code to check it. Simply, I have initialized timer only and go to system-on low power mode. With this it gives me 300 uA. But if even I comment out timer-init, it gives me 85 uA current consumption.

So my main query is why only timer run gives 215 uA more consumption ??

Please go through my simple attached code and suggest me.main.c

Thanks.

Related