cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeMX v4.27.0 can't disable Scan Conversion Mode on ADC of F4

frackers
Senior

As in the title, I've just updated to 4.27.0 and it insists on enabling Scan Conversion mode. This causes my ADC code to fail.

Since there are no alternate options, why is the item in the menus?

1 ACCEPTED SOLUTION

Accepted Solutions
frackers
Senior

SOLVED!!

If more than 1 ADC channel is selected such that "Number of Conversion" is > 1 then the scan mode is turned on automagically. Since I'm selecting the inputs individually and not scanning I just have to make sure I DON'T set them all up in CubeMX

View solution in original post

2 REPLIES 2
Imen.D
ST Employee

Hello @frackers​ ,

After check, I can disable Scan Conversion Mode on ADC for STM32F4 using STM32CubeMx version 4.27.0

0690X000006C4TYQA0.jpg

Please share your ioc file for check your case.

With Regards,

Imen.

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
frackers
Senior

SOLVED!!

If more than 1 ADC channel is selected such that "Number of Conversion" is > 1 then the scan mode is turned on automagically. Since I'm selecting the inputs individually and not scanning I just have to make sure I DON'T set them all up in CubeMX