This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nRF52832 high current with __WFE();

While analyzing the current consumption of my nRF52832 Dev Kit I noticed that the system on low power current was significantly higher than expected. To further investigate this I loaded a small program that only has a call to __WFE() in a while loop. Using a multimeter in series with a 3V power supply connected to P21 I measure about 235µA. My board has a 10ohm resistor on R6 and SB9 cut to allow current measurement with an oscilloscope but it's not accurate enough to measure these low currents hence the multimeter.

What causes the current consumption to be higher than the 1.9µA (plus some for RAM retention) in the datasheet? For what it's worth I'm on SDK 13.

Edit: Configuring the 4 leds and turning them off reduced the current to about 17µA. Configuring the buttons doesn't make a difference, it only raises the current when pressed.

Related