User Activity

Hi there.I have a board from some equipament which has a STM32F091CCT6 uC, and there are 3 leds, connected to pin GPIO_C13, GPIO_C14 and GPIO_A7. Anode from leds are connected to Vcc and Catode are connected in a resistor and then to the uC pins (so ...
I'm starting to program STM32 cortex M0 uC, and I want to do it totally from scratch, without any code automatically generated for me, using STM32CubeIDE 1.4.0.In my code, I've erased everything and letf only this:int main(void) { while (1) { }...