I am working on a STM32f030.I need to convert 2 channels of ADC, and decided to use DMA.After reading the "HAL ADC Generic Driver" - UM1785 section, I got the idea that I don't have to use the "HAL_ADC_MspInit ()" function.However, nothing works unti...