Posted on June 18, 2018 at 21:47Hello everybody,I want to read ADC data from 2 channels using stm32L011 microcontroller. I can successfully read in 'int main ()' by calling the HAL_ADC_Start_DMA function. However, I want to read the adc data for a c...