2017-10-10 3: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?
We’re moving the ST Community to a new platform to give you a better and more reliable community experience.