STM32F4 Bootloader and user program
Posted on March 16, 2015 at 17:31Hi, I'm using an STM32F4 and i'm able to use a bootloader to Flash my user program at 0x08010000. I still have 2 questions : How this condition test the user code starting address ? /* Check Vector Table: Tes...