2 * C linker script file for LPC1224
7 sram0 (rwx) : ORIGIN = 0x10000000, LENGTH = 8k
8 sram1 (rwx) : ORIGIN = 0x20000000, LENGTH = 2k
9 sram_usb (rwx) : ORIGIN = 0x20004000, LENGTH = 2k
10 flash (rx) : ORIGIN = 0x00000000, LENGTH = 64k
14 _sram_base = 0x10000000;
15 /* Leave 32 bytes for IAP functions, see UM10462 Chapter 20, section 20.8.9 */
16 _end_stack = (_sram_base + _sram_size - 32);
27 *(.text.Reset_Handler .text.SystemInit)