Hou to move the interruption vector table and make STM32F407VE work 32KB ahead.
I need 32KB of flash memory space to store data. As the smaller memory blocks are in the beginning, it sounded logical to use the first two blocks and move everything else 32KB forward.To achieve that I first edited the file STM32F407VE_FLASH.ld to c...