Hi,
I need to use the SAADC to check battery status (infrequently).
I would like to do this in blocking mode without accidently leaving the easyDMA powered-on unnecessarily.
It seems that "nrf_drv_saadc_sample_convert" is the function to use. It further seems that it requires also "nrf_drv_saadc_channel_init".
1) Is this right?
2) Do I need further using "nrf_drv_saadc_init"?
3) Do I need to use an "uninit" function?