/* Linker script for STM32F407VET6, 512K flash, 192K RAM. */ /* Define memory regions. */ MEMORY { rom (rx) : ORIGIN = 0x08000000, LENGTH = 512K ram (xrw) : ORIGIN = 0x20000000, LENGTH = 128K } /* Include the common ld script. */ INCLUDE libopencm3_stm32f4.ld