Is it possible to use a GPIO from an unused adc channel, while I scan other channels.
So I'm trying to scan channels from IN0 to IN6 in my stm8s-discovery board. At the same time, i'm using PE6(IN9) as a digtial input. When I debug, I've seen the PE6 works as digital input till I configure the ADC in scan mode.Using the stm8s cube wit...