Posted on February 25, 2017 at 14:14Same question from me, changing bInterval every time I change something in stm32cubemx gets old after a while, it seems a bit... clunky.
Posted on February 25, 2017 at 13:40Same problem here with a stm32f103CBT6, hangs on MX_ADC2_Init(); Though I am using ADC_DUALMODE_REGSIMULT. Workaround for me is not only deletingmultimode.Mode = ADC_DUALMODE_REGSIMULT; if (HAL_ADCEx_MultiModeConf...