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 t...