/* Linker subscript for STM32F103 definitions with 128K Flash and 20K RAM Copyright RAISONANCE 2007-2009 !!! This file is automatically generated by Ride !!! Do not modify it, as it will be erased at every link. You can use, copy and distribute this file freely, but without any waranty. */ /* Memory Spaces Definitions */ ENTRY(main) MEMORY { RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 32K /* FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 128K */ FLASHISR (rx) : ORIGIN = 0x8000000, LENGTH = 0x3000 FLASHHEADER (rx) : ORIGIN = 0x8003000, LENGTH = 0x40 FLASHDATE (rx) : ORIGIN = 0x80031E0, LENGTH = 0x20 FLASH (rx) : ORIGIN = 0x08003200, LENGTH = 256K-0x3200 STARTFLASH (rx) : ORIGIN = 0x0, LENGTH = 0x0 CRPPATCH (r) : ORIGIN = 0x0, LENGTH = 0 FLASHPATCH (r) : ORIGIN = 0x00000000, LENGTH = 0 ENDFLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0 FLASHB1 (rx) : ORIGIN = 0x00000000, LENGTH = 0 EXTMEMB0 (rx) : ORIGIN = 0x00000000, LENGTH = 0 EXTMEMB1 (rx) : ORIGIN = 0x00000000, LENGTH = 0 EXTMEMB2 (rx) : ORIGIN = 0x00000000, LENGTH = 0 EXTMEMB3 (rx) : ORIGIN = 0x00000000, LENGTH = 0 } /* higher address of the user mode stack */ /*_estack = 0x20002000;*/ _estack = 0x20008000;