This is on STM32F103C8 (bluepill)The A0 is connected to a voltage divider between bluepill's 3v3 and GND,And the output is very noisy. adding a delay did't do not much good```void setup(){Serial.begin(9600);// Enable ADC1 and configure itRCC->APB2ENR...