FLASH_BASE address - how can I change it? - arduinoststm32

Hello,

I’m using a STM32WB55 nucleo board and I want to change the default FLASH_BASE address (0x08000000UL). I already defined a linker file and the flash memory is filled correctly.

Is any way to change the value in ini file?

I implemented a workaround with a pre and post build scripts that basically changes the variable address (in stm32wb55xx.h) each time the build button is pressed.