ADC1 and/or ADC2 are able to use DMA for STM32H723ZG
Hello everyone!
I'm trying to use ADC1 and ADC2 with DMA from a NucleoBoard STM32H732 under STM32CubeIDE. I am following the tutorial presented here:
By setting up ADC3 according to the tutorial, everything works as expected. But I noticed that even though I linked DMA1 stream 1 to ADC1 (Figure 1), just like DMA1 stream 0 is linked to ADC3.

I don't get the option to run "DMA Continuous Request" like it does in the "ADC3 Configuration" tab (compare Figures 2 and 3). I've tried just adding these lines manualy to the generated C code without any succes.

From what I understand from "RM0468 Reference Manual" page 673 mapping of ADC1 and DMA seems possible, but that is far from a beginner's knowledge.
Is this device uncapable to perform a two channel conversion (ADC1 and ADC2) with DMA at the same time? (or at least one with ADC1 or ADC2?)
Some others had problems with the STM32H74 MCU with a bug in the RAM addresses, but I don't think that's the case here when the device can't handle ADC1 and ADC2 and DMA to begin with, and it's a different device.
Thank you for your help
