Hello, I have configure ADC to use channel 5 and 6 but I am not understanding what I am doing wrong to get readings from the two channels. Here is my code:void adcConvertionFinish(ADC_HandleTypeDef* handle);
static ADC_HandleTypeDef g_adc;
static co...