2018-09-23 04:49 PM
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?
Solved! Go to Solution.
2018-10-09 05:43 PM
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
2018-09-24 03:52 AM
Hello @frackers ,
After check, I can disable Scan Conversion Mode on ADC for STM32F4 using STM32CubeMx version 4.27.0
Please share your ioc file for check your case.
With Regards,
Imen.
2018-10-09 05:43 PM
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