User Activity

Hello all,I have a project using STM32F407 with 1MB of flash and it uses :USB Bootloader project ( start address 0x8000000)App project ( Start address  0x800C000)I want to change the App start address to sector 4 ( 0x08010000)From my understanding I ...
Hello,The debug reset button is supposed to reset the MCU to project start it which is main()In my project, it was working fine until for no clear reason it stopped and now it throughs me to some random address.I'm using STM32CubeIDE Version: 1.12.1B...