2017-10-10 03:03 PM
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?