]> git.sur5r.net Git - armstart-ibdap/blob - build/IBDAP_mem.ld
Fix build
[armstart-ibdap] / build / IBDAP_mem.ld
1 /*
2  * GENERATED FILE - DO NOT EDIT
3  * (c) Code Red Technologies Ltd, 2008-2015
4  * (c) NXP Semiconductors 2013-2015
5  * Linker script memory definitions
6  * Created from LinkMemoryTemplate
7  * By LPCXpresso v7.7.2 [Build 379] [2015-03-31]  on Wed Jun 24 20:31:09 EDT 2015)
8 */
9
10 MEMORY
11 {
12   /* Define each memory region */
13   MFlash64 (rx) : ORIGIN = 0x0, LENGTH = 0x10000 /* 64K bytes */
14   RamLoc8 (rwx) : ORIGIN = 0x10000000, LENGTH = 0x2000 /* 8K bytes */
15   RamUsb2 (rwx) : ORIGIN = 0x20004000, LENGTH = 0x800 /* 2K bytes */
16   SRAM1_2 (rwx) : ORIGIN = 0x20000000, LENGTH = 0x800 /* 2K bytes */
17
18
19 }
20   /* Define a symbol for the top of each memory region */
21   __top_MFlash64 = 0x0 + 0x10000;
22   __top_RamLoc8 = 0x10000000 + 0x2000;
23   __top_RamUsb2 = 0x20004000 + 0x800;
24   __top_SRAM1_2 = 0x20000000 + 0x800;
25
26
27