Hello,
I would like to know how I can check whether the SAADC is enabled or nor on my application. I am disabling the SAADC with nrf_drv_saadc_uninit();
after configuring it, however when my interruption is triggered to sample it seems that the saadc is not started so I would like to check if that's right or not.
Thanks in advance,