Resolved! STM32G431rbt6 firmware isn't working after reset
I've designed a board with stm32G431 MCU (i will include schematic if necessary) and now trying to test how it works. I am using CMSIS for programming and wrote the most simple blink program (LEDs are on PB3-6):#include "stm32g431xx.h" void delay(u...