Bare metal timer-triggered multi-channel ADC conversion using DMA (STM32H745)
Try as I might, I cannot get timer-triggered ADC conversions of three channels working using the DMA. I've managed to get it to run for a single channel and using ADC triggered interrupts (no DMA). While adapting my code to work with DMA, I leaned on...