Resolved! ping-pong ADC + DMA
Hi,I've configured ADC + DMA to get a single 12-bit sample (of 7 channels) from an ISR routine. However I'd like to implement a double-buffer 'ping-ping' mechanism in order to process the chunk [7][1024] data at the end of acquisition. This is at sam...