DMAContinuousRequests option does not appear on STM32Cube when setting up ADC with DMA. Therefore I can't make ADC work with DMA.
I am using the NUCLEO-H743ZI board. And I'm using STM32CubeIDE Version: 1.3.1
Build: 6291_20200406_0752 (UTC)
It has 3 16-bit ADCs, none of the three seem to have DMAContinuousRequests in the ADC settings:

The DMA Settings tab is populated as follows:

I would like to enable DMA for multichannel sampling from the ADC. I was able use polling and set up the ADC is discontinuous mode to sample from the 2 ADC channels I need to use. But I would rather use DMA.
Anyone knows what the problem is?