Is there an example that shows the "Nordic way" of "continuous" conversions using DMA? I think a timer and PPI are needed to generate a conversion task for each timer compare event?
Also, the SAADC END (of EasyDMA transfers for a conversion round) event is still available for interrupt?
I didn't find library support for ADC with DMA.
The idea is to let timer to trig several "rounds" of multi-channel conversions that DMA would store in a buffer. After pre-defined number of rounds a new buffer is taken into use by the N:th SAADC END interrupt, and the old buffer is used for further calculations.