MEMORY { FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 32K RAM (rwx) : ORIGIN = 0x10000000, LENGTH = 4K } _stack_start = ORIGIN(RAM) + LENGTH(RAM);