Skip to main content
CLee.0
Associate III
October 5, 2019
Solved

Using the STM32CubeIDE, the ADC Scan Conversion Mode cannot be set to Enabled

  • October 5, 2019
  • 4 replies
  • 8448 views

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 ?

This topic has been closed for replies.
Best answer by CLee.0

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.

4 replies

CLee.0
CLee.0Author
Associate III
October 5, 2019

PS attached is an image showing the problem...

0690X000009k4zaQAA.png

CLee.0
CLee.0AuthorBest answer
Associate III
October 5, 2019

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.

GMupf.1
Visitor II
August 19, 2020

Thank you. That was very helpful!!

LJenn.1
Visitor II
November 12, 2021

Thank you, that was helpful to me too :)