Open CrouchingPanda opened 3 months ago
It's too long ago, so I don't know.
Looking at the datasheet, the stm32f103c only has 10 usable ADC channels. I am guessing that the remaining channels are still available but are grounded, and that's what I'm using.
On your chip, it may be that all 16 channels are usable, in which case you might not have an always-grounded channel, and you'll have to sacrifice one of the 16 to ground.
Thank you.
Based on what is described in README, this sacrificial pin shouldn't be connected to anything. On my PCB unused pins are grounded through a resistor. So then should I ground the sacrifical pin like that as well (externally), or should I leave it fully unconnected?
I am trying to see if below statement applies to my STM32F072RB,
Could you advise where in the documentation (datasheet or maybe other documents) should I look for this data?