Resolved! Can't change ADC channel on STL32L011F4P6, it always measure from channel 0
I want to measure ADC on multiple pins. I don't need DMA, just measure PA0 then measure PA2. Measuring PA0 works, but when I switch the channel to 2 it still measures from PA0:In my main loop I do this: // Configure channel ADC_ChannelConfTypeDef s...