Change Flash Standard Boot Startup Adress with STM32ide
using stm32ide and a stm32f407 I would like to change the boot address to 0x8000000 to leave the first 4 sectors free from 0x4000 to position the boot at 0x8010000 I made a series of settings (not sufficient).
in flash.ld file change
1) FLASH (rx) : ORIGIN = 0x8010000, LENGTH = 944K
in ram.ld file change
1) FLASH (rx) : ORIGIN = 0x8010000, LENGTH = 944K
in stm32fxx.h
uncomment
#define USER_VECT_TAB_ADDRESS
and
#define VECT_TAB_OFFSET 0x00010000U
but i do'nt know how to programming with STM32IDE and after on STM32programmer option byte from start boot from 0x8010000 mcu not boot
