Resolved! BluePill: Program is uploaded but MCU doesn't run correctly
Hi, I'm getting started at embedded programming, I've got this blue pill board having the STM32F103C6 MCU and ST-LINK v2 programmer.Here's my code, just to light up the LED on port C 13:#include "stm32f10x.h" int main() {RCC->APB2ENR |= (1<<4); GPIOC...