ADC affecting pins not in its sequencer
Hello,
In some weird way, the ADC is affecting a certain pin (PA7) even though I did set that pin as one of the channels to be sampled. I trigger the ADC every 100ms, single conversion multichannel (only 4 channels) with DMA. When ADC is triggering every 100ms, pin PA7 eventually outputs voltage even though I set it to a regular GPIO output and pulldown to ground when setting it to 0. Nothing in the code is setting this pin to high, it is always low. When ADC is not enabled, this doesn't happen.
I'm using a Nucleo Board with STMG071RB. My ADC clock is 2MHz and sampling rate set to 160.5 cycles.
Any ideas? I'm kind of stuck already.
Thanks in advance!
