Reading multiple channels of ADC with DMA STM32F40
I am working on an old code written by someone. The application requires reading 13 ADC channels roughly at 8k samples per second. The read values are written in two buffers in double buffer mode (4096 each).The ADC is implemented in scan mode with t...