This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

ADC power usage

Hi,

At command, I'm sampling ADC for a short period of time. What I noticed is that the current consumption of the chip goes up 2mA, even after the sampling is stopped (also explicitly with NRF_ADC->TASKS_STOP = 1). I tried adding a NRF_ADC->ENABLE = ADC_ENABLE_ENABLE_Disabled, but that didn't change anything either.

As far as i know, the HF clock has already been started during boot.

I'm using the NRF51822, SDK 8.1, SD 130 1.0.0.

Does anyone know where this 2 mA usage might come from?

Related