Resolved! STM8L ADC Single conversion not working (Solved)
I can't seem to figure out what I've done wrong. Trying to do a single ADC conversion on the STM8L051F3 using pin PC4 but I'm just getting 0xFFFFD. Here's my ADC related code can anyone spot where I've gone wrong?void ADC_Init() { CLK_PCKENR2 |= ...