Hi everyone,
I want to run nrf_drv_saadc_sample in a loop but I do not want to use PPI and TIMER peripherals because they increases the power consumption of my device. I could use the continuous sampling but it uses the HFCLK (16 MHz) and I want to avoid it.
Is it safe to call the nrf_drv_saadc_sample in a for loop providing a delay > tconv + tACQ
tconv < 2us (see tconv in Electrical specifications)
tACQ = 3-40us (depended by the source impedance) (see acquisition time)
Is there any more efficient/low power method? I design an ultra low power device