boards/arm/lpc17xx_40xx: enlarge ksram size to 6k
Signed-off-by: chao an <anchao@lixiang.com>
This commit is contained in:
parent
58ad896281
commit
a219d75ace
@ -73,9 +73,9 @@ MEMORY
|
||||
|
||||
/* 64Kb of SRAM in the CPU block */
|
||||
|
||||
ksram (rwx) : ORIGIN = 0x10000000, LENGTH = 4K /* May include waste */
|
||||
usram (rwx) : ORIGIN = 0x10001000, LENGTH = 4K
|
||||
xsram (rwx) : ORIGIN = 0x10002000, LENGTH = 24K /* All used as heap */
|
||||
ksram (rwx) : ORIGIN = 0x10000000, LENGTH = 6K /* May include waste */
|
||||
usram (rwx) : ORIGIN = 0x10001800, LENGTH = 4K
|
||||
xsram (rwx) : ORIGIN = 0x10002800, LENGTH = 22K /* All used as heap */
|
||||
|
||||
/* Other peripheral memory (free, nothing is linked here) */
|
||||
|
||||
|
@ -73,9 +73,9 @@ MEMORY
|
||||
|
||||
/* 64Kb of SRAM in the CPU block */
|
||||
|
||||
ksram (rwx) : ORIGIN = 0x10000000, LENGTH = 4K /* May include waste */
|
||||
usram (rwx) : ORIGIN = 0x10001000, LENGTH = 4K
|
||||
xsram (rwx) : ORIGIN = 0x10002000, LENGTH = 24K /* All used as heap */
|
||||
ksram (rwx) : ORIGIN = 0x10000000, LENGTH = 6K /* May include waste */
|
||||
usram (rwx) : ORIGIN = 0x10001800, LENGTH = 4K
|
||||
xsram (rwx) : ORIGIN = 0x10002800, LENGTH = 22K /* All used as heap */
|
||||
|
||||
/* Other peripheral memory (free, nothing is linked here) */
|
||||
|
||||
|
@ -73,9 +73,9 @@ MEMORY
|
||||
|
||||
/* 64Kb of SRAM in the CPU block */
|
||||
|
||||
ksram (rwx) : ORIGIN = 0x10000000, LENGTH = 4K /* May include waste */
|
||||
usram (rwx) : ORIGIN = 0x10001000, LENGTH = 4K
|
||||
xsram (rwx) : ORIGIN = 0x10002000, LENGTH = 24K /* All used as heap */
|
||||
ksram (rwx) : ORIGIN = 0x10000000, LENGTH = 6K /* May include waste */
|
||||
usram (rwx) : ORIGIN = 0x10001800, LENGTH = 4K
|
||||
xsram (rwx) : ORIGIN = 0x10002800, LENGTH = 22K /* All used as heap */
|
||||
|
||||
/* Other peripheral memory (free, nothing is linked here) */
|
||||
|
||||
|
@ -72,9 +72,9 @@ MEMORY
|
||||
|
||||
/* 32Kb SRAM */
|
||||
|
||||
ksram1 (rwx) : ORIGIN = 0x20000000, LENGTH = 4K
|
||||
usram1 (rwx) : ORIGIN = 0x20001000, LENGTH = 4K
|
||||
xsram1 (rwx) : ORIGIN = 0x20002000, LENGTH = 24K
|
||||
ksram1 (rwx) : ORIGIN = 0x20000000, LENGTH = 6K
|
||||
usram1 (rwx) : ORIGIN = 0x20001800, LENGTH = 4K
|
||||
xsram1 (rwx) : ORIGIN = 0x20002800, LENGTH = 22K
|
||||
|
||||
/* 16Kb SRAM */
|
||||
|
||||
|
@ -79,7 +79,7 @@ MEMORY
|
||||
|
||||
/* 112Kb of contiguous SRAM */
|
||||
|
||||
ksram (rwx) : ORIGIN = 0x20000000, LENGTH = 4K
|
||||
usram (rwx) : ORIGIN = 0x20001000, LENGTH = 4K
|
||||
xsram (rwx) : ORIGIN = 0x20002000, LENGTH = 104K
|
||||
ksram (rwx) : ORIGIN = 0x20000000, LENGTH = 6K
|
||||
usram (rwx) : ORIGIN = 0x20001800, LENGTH = 4K
|
||||
xsram (rwx) : ORIGIN = 0x20002800, LENGTH = 102K
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user