Different jump address for STM32F429?
Posted on March 10, 2015 at 18:19Hi,I have a legacy boot loader that was developed on an STM32F407. There is a line of code that computes the JumpAddress before it jumps to the main application. The line is: JumpAddress = *(__IO uint32_t *)(vec...