2017-01-06 05:26 AM
Configuring the ADC multi-mode makes HAL_ADC_Start_DMA function stop from working.
I tried some settings, but I have to comment it out:
//if (HAL_ADCEx_MultiModeConfigChannel(&hadc1, &multimode) != HAL_OK)
//{
// Error_Handler(); //}PS. only ADC1 is in use
#adc-init-bug #adc-multi-mode-init-bug