Set boot address on stm32f446 nucleo
Hi there!I want so offset the application in the flash at 0x08004000, so that I can use the first sector 0 for individual persistent data. I found out that I have to change the following lines:FLASH (rx) : ORIGIN = 0x8004000, LENGTH = 496K (Linker ...