Hi,
I am using zephyr v4.3.0, and have compiled the "https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/boards/nordic/system_off" sample to
run it on a Adafruit Feather nrf52840 (which is from year 2021 AFAIR)
The board is powered through the 3.3v pin (so the LDO is not used), and I use the Nordic PPK2 to measure the current.
I have disabled the uart console.
I have just modified the sample to wait 3 secs before entering sleep.
When entering sleep, the consumption never goes below 1 mA.
What I have attempted is to force the NeoPixel POWER and DATA GPIOs (with a hog in device tree) with no much better success.
This consumption is far from the expected tens of micro amperes, what can be possibly wrong ?
Thanks !
