Question
more than one chanel ADC in STM32F030
Posted on October 11, 2017 at 00:03
Hi, i have a problem with to program multiple ADCs Conversions. normally to program a single channel (0,1,2,3....n)
MX_ADC_Init();
HAL_ADC_Start(&hadc);
adcValue=HAL_ADC_GetValue(&hadc);
how do i read more than one ADC channel?