Hi Nordic
I am working on the SAADC example and I have noticed that when the buffer is filled the NRFX_SAADC_EVT_DONE event is generated. My question is on NRF_SAADC_INT_DONE interrupt. I've read that interrupts on EVENTS_DONE event.
Also, I know that there is the function nrf_saadc_int_enable() for enabling specified SAADC interrupts and you can pass the NRF_SAADC_INT_DONE as parameter...
So, after the buffer is filled, an event DONE (NRFX_SAADC_EVT_DONE) is generated, right? The DONE event calls the nrf_saadc_int_enable() function passing as parameter the NRF_SAADC_INT_DONE? Is this correct?
In case I'm wrong, when should I use the nrf_saadc_int_enable(NRF_SAADC_INT_DONE) for enabling the interrupt?
Thanks in advance
Nick