STM32F745 - Simple LED ON not working with -O2 compiler flag
Hi,I am starting to program STM32 devices and I have an STM32F745 chip. Since I want to learn all the details I'm programming it from scratch, using only the definitions from CMSIS.I have a very simple program where I have 2 LEDs on PB6 and PB7 respe...