Question
STM32CubeMX 4.20 BugReport (ADC Dual Mode)
Posted on March 31, 2017 at 03:51
I'm using STM32CubeMX 4.20 and STM32CubeF1 v1.4.0 HAL driver. There is a bug when you configure the ADC1 as dual regular simultaneous mode. The code generator adds multi-mode configuration for both ADCs (master and slave) that make the program fall into Err_Call_Back_function() at the initialization phase. CubeMX also does not add 'hadc2.Init.ExternalTrigConv = ADC_SOFTWARE_START' for ADC2_Init_function() that prevent the dual mode to run properly.
#stm32f1xx #stm32cube #dual-adc