how to read multiple ADC channel using interrupt mode?
how to read multiple adc value using interrupt mode when call back function is called HAL_ADC_ConvCpltCallback(ADC_HandleTypeDef* hadc) when conversion is complete.for get adc value HAL_ADC_GetValue(&hadc) function is used.