Hi,
I'm using nrf52 dk(PCA10040). I want to disable the SAADC between readings to save power. I am calling the function nrf_saadc_disable() to do so. It seems to disable it, but unfortunately when i mesure the power consumption it constantly draw 2mA.
Anyone know how to shut it off?