STM32H7 ADC with DMA - DMA-Transfer not initiated
Hi everyoneI'm trying to get the ADC1 running with a DMA transfer on the STM32H757ZI. The goal is to measure 10 channels with 8 samples each and transfer these measurements to a separated SRAM1 buffer with DMA, each time the conversion sequence has b...