Question
CubeMX generates call for HAL_ADCEx_MultiModeConfigChannel for slave channels
Posted on October 07, 2014 at 17:38
Hello,
Basically everything is said in the title. I have the latest version of CubeMX and program STM32F3-Discovery with STM32F303VC. CubeMX generates this block multimode.Mode = ADC_DUALMODE_REGSIMULT; multimode.DMAAccessMode = ADC_DMAACCESSMODE_12_10_BITS; multimode.TwoSamplingDelay = ADC_TWOSAMPLINGDELAY_1CYCLE; HAL_ADCEx_MultiModeConfigChannel(&hadc2, &multimode); for ADC2 and ADC4 and then fails assert. Thanks. #stm32cubemx-stm32f303vc