How to use correctly The ADC using the HAL with interrupts on STM32L4 Nucleo board?
We're trying to read from the ADC from 2 channels by using EOC interrupts.When we read the values seems like the channels are wired together.As such we can't distinguish between whether they come from one channel or the other. Here is the code that w...