Is the DMA busy until the whole FIFO is transferred in M2M DMAs?
I'm using triple interleaved ADCs to fill a buffer (6000*16bits) in circular mode via DMA,
and I needed to know when I wanted to read the whole buffer via another DMA request and write it to a second buffer to be processed offline later would I need to stop the ADC at first so that the data is not altered when I'm reading it,
or I can just request another DMA (with higher priority) to move the whole buffer in M2M FIFO mode and set the FIFO threshold to Full, and the ADC stream would be kept busy by the M2M request so the ADC would not be able to write anything in the whole time of the M2M access?
