2014-10-07 08:38 AM
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-stm32f303vc2014-10-14 08:02 AM
Hello,
Could you please provide STM32CubeMX .ioc file for your configuration. Thank you2014-10-27 06:30 AM