Our chip seems to be running at ~500uA and I'm trying to narrow it down.
I'm doing periodic battery level checks on a timer using the ADC HAL. So at init I call nrf_adc_configure() and then in the timeout handler call nrf_adc_convert_single(). Doc for nrf_adc_convert_single says it puts ADC in STOP state. Is that sufficient or do I need to disable it also?