Hello, recently I bought the Seeed XIAO nrf52840 because I read in the datasheets the power consumption of the microcontroller is 400 nA typical in SYSTEM OFF mode without RAM retention and peripherals and 3.3V
However, when I measure the power consumption using the Power Profiler Kit II, the consumption is of 10uA running the following code:
The code is loaded from Arduino IDE. If I try to flash the equivalent code from VSCode using the nRF Connect SDK 2.6.1 extension, the system doesn't even go into SYSTEM OFF mode.
These are the measurements I obtained. Consumption averages at 10.76uA with minimums around 10.12uA and I assume the spikes are caused by an internal regulator.
To measure the consumption, I am using source mode with output enabled connecting V_out PPK2 to the 3.3V pin of the SeeedIA and bothNDs connected together Everything is on a breadboard.
I would like to the source of this high power consumption. Is the method I am using to power off peripherals effective, or could they still be on?
I am aiming to reach500nA if, but powering off peripherals doesn't seem to impact the consumption in any meaningful way.