User Activity

I'm finding a window between 1.47V and 1.5V where the device is consuming 1mA (as opposed to <50uA) this is only apparent when the voltage is rising and I assume the device trying to power on. The documentation states it has zero power on reset but t...
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 |= ...