How to get multiple adc channels in to multiple buffers with dma ?
Hello , is there any way to ready multiple adc channels for adc1 in to multiple buffer with dma parallely ?
In existing configuration i can read circular and continuous 2 adc channel of adc1 in to a single buffer with dma. So buffer's first element is channel1 , second is channel2, third is channel1 again and so on..
but my desire is there would be 2 independent buffers which holding 2 channels data.
i can seperate even or odd indexes after reading but i dont want to do that way. is there any automatic way to swap buffer for each channel ? if there is no , is there any way to memory to memory dma operation which is reading memory with increment 2 each time.