summaryrefslogtreecommitdiffstats
path: root/libgloss/arm/elf-lm3s31x.ld
blob: 6e56e6f40c70686e4dabcc9b82775e38f62b12f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Linker script for Luminary Micro LM3S315, LM3S316.  */

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

SECTIONS {
  _stack = 0x20000000 + 4K;
}

INCLUDE ldscripts/armelf.xc