summaryrefslogtreecommitdiffstats
path: root/libgloss/arm/elf-lm3s10x.ld
blob: dad433dc9a3879973a0ecdcb0986bc117d357103 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Linker script for Luminary Micro LM3S101, LM3S102.  */

MEMORY {
  rom (rx) : ORIGIN = 0x00000000, LENGTH = 8K
  ram (w)  : ORIGIN = 0x20000000, LENGTH = 2K
}

SECTIONS {
  _stack = 0x20000000 + 2K;
}

INCLUDE cm3.ld
INCLUDE ldscripts/armelf.xc