STM32H7 ADC1 DMA Works while ADC3 DMA does nothing
So I have two channels configured basically with same settings. ADC1 works fine and DMA gets triggered and handled well. ADC3 DMA refuses to trigger any interrupt (not even an Error). The only difference is that ADC1 handles 14 channels while ADC3 ha...