Hi,
I've got an application running on an nRF52, and it's calling sd_app_evt_wait()
from the main loop - and it's staying in that function pretty much all the time.
However, measuring the current drawn across the nRF current measurement
jumper gives me 0.5mA. How would I go about debugging why this is? Are there any registers I can look at to see what's keeping the nRF52 from sleeping properly?
thanks!