Hi!
I've been developing software for nRF52832 devices for a while now, and it's been pretty easy to get into low power modes.
However using the exact same software, but built for nRF52840 I'm seeing a very surprising constant 1mA power draw even when supposedly asleep.
The same 1mA power draw occurs on 3 completely different types of nRF52840 device (with or without USB), and when I do `sd_power_system_off` it goes away, so I'm pretty sure it's the chip.
I've tried to check the usual stuff (GPIOs set wrong, UART/PWM enabled) but it seems it's not those.
Any ideas what I can check to try and debug this? Are there any common gotchas related to the DCDC and regulator setup vs the nRF52832?
The strange thing is it's pretty much the exact same power draw in every case - I'd say maybe 0.95mA above what I'd expect it to be.
Thanks!