Solved
How do I modify an stm32f439vitx system workbench stm32 project for use with a bootloader.
I have an existing stm32f439vitx custom board project which works fine when flashed at address 0x08000000 which I now need to make runnable from an existing bootloader expecting the program to have been flashed at address 0x8008000.
Is it enough to change the linker script ROM origin and length?
