Hi there,
I am looking to leverage system off to minimize power when device is not being used. However, something isn't working right as system power consumption is roughly 500 uA (10x what it should be).
I am using nRF Connect SDK v2.2.0 with Zephyr v3.2.99 and running on XIAO BLE Sense board. I am using Nordic Power Profiler tool w/ PPK2 to supply 3V3. To reproduce, I am using the sample application zephyr/samples/boards/nrf/system_off. When measuring power, I have disabled debug options, disconnected the programmer, and set CONFIG_SERIAL=n. To ensure the system is indeed reaching system off, I added code to turn on LED after the system off sleep - the LED would turn on if system off failed. If I instead use an Arduino/MBED deep_sleep example I am measuring around 24 uA (which is what I would expect).
I have ordered an NRF52480 DK that should be arriving early next week that I will test as well.
Getting system off to work correctly is pretty critical for the application. Please let me know if there is anything additional I can try.