]> rtime.felk.cvut.cz Git - lincan.git/blob - embedded/board/arm/ul_usb1/libs/ldscripts/lpc2103.ld-cfg
a29dfc82d99fd1e2e26fc251f1e9f92862ba78f4
[lincan.git] / embedded / board / arm / ul_usb1 / libs / ldscripts / lpc2103.ld-cfg
1
2 /* Memory Definitions */
3 MEMORY
4 {
5   FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x00008000
6   RAM (rw) : ORIGIN = 0x40000000, LENGTH = 0x00001FE0
7   STACK (rw) : ORIGIN = 0x40000000 + 0x00001FE0 - 4, LENGTH = 4
8
9   FLASHVEC (rx) : ORIGIN = 0x00000000, LENGTH = 0x00000020
10   RAMVEC (w)  : ORIGIN = 0x40000000, LENGTH = 0x00000020
11 }
12