Trying to lower uC current consumption to minimum
Im trying to remove features from my program
I've notice that removing the adc initialization actually get the current to go up !
Im using ppi with RTC1 for sampling
until I enable nrf_adc_int_enable(NRF_ADC_INT_END_MASK);, that is writing to the NRF_ADC->INTENSET register
the current don't return to it's former LOWER level,
this causes loss of another 1mA
Please help
Thanks !