Data corruption while reading multiple channels of ADC1 with DMA
I am working on a old code written by someone (without a design document). The application requires reading 13 ADC channels roughly at 8k samples per second. The read valuesare written in two buffers in double buffer mode (4096 each).The ADC is imple...