User Activity

Hello,I am working on STM32F030R8T6 with HAL.We are trying to read ADC values from the 4 ADC channels and 5th channel as VREFINT.The ADC is configured in continuous DMA read by using:HAL_ADC_Start_DMA(&hadc, (uint32_t *)ADC_Buffer, 5);Our AVDD = 3.3 ...