summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lpc24xx/startup/linkcmds.lpc2478_ncs_ram
blob: bd85ec9d66507432df506f2a8ca6aa32106e6b01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
 * @file
 *
 * LPC2478 (NCS, code and data in external RAM).
 */

MEMORY {
        RAM_INT (AIW) : ORIGIN = 0x40000000, LENGTH = 64k
        RAM_EXT (AIW) : ORIGIN = 0xa0000000, LENGTH = 8M
        ROM_INT (RX)  : ORIGIN = 0x00000000, LENGTH = 512k - 8k
        NIRVANA : ORIGIN = 0, LENGTH = 0
}

INCLUDE linkcmds.base