Using the STM32CubeIDE, the ADC Scan Conversion Mode cannot be set to Enabled
Using the STM32F303RE Nucleo, I need to put ADC1 in scan mode so I can read multiple channels. To do so, I need to set the 'Scan Conversion Mode' to 'Enabled' in the Configuration. However that is not an option in the CubeIDE. Only 'Disabled' is showing.
The only other peripheral I have is the DAC1.
How to Enable scan mode ?