Resolved! STM32L0 multi-channel ADC reading has DMA problem
I am trying to read 2 channel ADC with STM32L011F4.My ADC and DMA settings in cubemx are as follows my problem is that the DMA only returns the low 8 bit of the last channel.uint16_t ADC_Reads[2] = {0}; while (1) { HAL_ADC_Start_DMA(&hadc,(uint...