2019-10-05 07:44 AM
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 ?
Solved! Go to Solution.
2019-10-05 07:55 AM
OK, I actually figured it out:
You can't set it to Enabled until you first scroll down lower and choose a 'NUmber of Conversions' that is greater than 1. A bit user unintuitive... but problem solved.
2019-10-05 07:45 AM
PS attached is an image showing the problem...
2019-10-05 07:55 AM
OK, I actually figured it out:
You can't set it to Enabled until you first scroll down lower and choose a 'NUmber of Conversions' that is greater than 1. A bit user unintuitive... but problem solved.
2020-08-19 07:24 AM
Thank you. That was very helpful!!
2021-11-12 08:57 AM
Thank you, that was helpful to me too :)