STM32L4 ADC Channel De-interleaving using DMA
I am using DMA to acquire eight ADC channels, and would like to get the DMA to de-interleave a capture of 768x8 channels so that in memory: channel 1 data is at address A, A+0, A+1, ... A+767 channel 2 data is at address A+768, A+768 + 1, A+ 768 ...