boards/arm/lpc17xx_40xx: enlarge ksram size to 6k

Signed-off-by: chao an <anchao@lixiang.com>
This commit is contained in:
chao an 2024-06-03 08:55:28 +08:00 committed by Xiang Xiao
parent 58ad896281
commit a219d75ace
5 changed files with 15 additions and 15 deletions

View File

@ -73,9 +73,9 @@ MEMORY
/* 64Kb of SRAM in the CPU block */ /* 64Kb of SRAM in the CPU block */
ksram (rwx) : ORIGIN = 0x10000000, LENGTH = 4K /* May include waste */ ksram (rwx) : ORIGIN = 0x10000000, LENGTH = 6K /* May include waste */
usram (rwx) : ORIGIN = 0x10001000, LENGTH = 4K usram (rwx) : ORIGIN = 0x10001800, LENGTH = 4K
xsram (rwx) : ORIGIN = 0x10002000, LENGTH = 24K /* All used as heap */ xsram (rwx) : ORIGIN = 0x10002800, LENGTH = 22K /* All used as heap */
/* Other peripheral memory (free, nothing is linked here) */ /* Other peripheral memory (free, nothing is linked here) */

View File

@ -73,9 +73,9 @@ MEMORY
/* 64Kb of SRAM in the CPU block */ /* 64Kb of SRAM in the CPU block */
ksram (rwx) : ORIGIN = 0x10000000, LENGTH = 4K /* May include waste */ ksram (rwx) : ORIGIN = 0x10000000, LENGTH = 6K /* May include waste */
usram (rwx) : ORIGIN = 0x10001000, LENGTH = 4K usram (rwx) : ORIGIN = 0x10001800, LENGTH = 4K
xsram (rwx) : ORIGIN = 0x10002000, LENGTH = 24K /* All used as heap */ xsram (rwx) : ORIGIN = 0x10002800, LENGTH = 22K /* All used as heap */
/* Other peripheral memory (free, nothing is linked here) */ /* Other peripheral memory (free, nothing is linked here) */

View File

@ -73,9 +73,9 @@ MEMORY
/* 64Kb of SRAM in the CPU block */ /* 64Kb of SRAM in the CPU block */
ksram (rwx) : ORIGIN = 0x10000000, LENGTH = 4K /* May include waste */ ksram (rwx) : ORIGIN = 0x10000000, LENGTH = 6K /* May include waste */
usram (rwx) : ORIGIN = 0x10001000, LENGTH = 4K usram (rwx) : ORIGIN = 0x10001800, LENGTH = 4K
xsram (rwx) : ORIGIN = 0x10002000, LENGTH = 24K /* All used as heap */ xsram (rwx) : ORIGIN = 0x10002800, LENGTH = 22K /* All used as heap */
/* Other peripheral memory (free, nothing is linked here) */ /* Other peripheral memory (free, nothing is linked here) */

View File

@ -72,9 +72,9 @@ MEMORY
/* 32Kb SRAM */ /* 32Kb SRAM */
ksram1 (rwx) : ORIGIN = 0x20000000, LENGTH = 4K ksram1 (rwx) : ORIGIN = 0x20000000, LENGTH = 6K
usram1 (rwx) : ORIGIN = 0x20001000, LENGTH = 4K usram1 (rwx) : ORIGIN = 0x20001800, LENGTH = 4K
xsram1 (rwx) : ORIGIN = 0x20002000, LENGTH = 24K xsram1 (rwx) : ORIGIN = 0x20002800, LENGTH = 22K
/* 16Kb SRAM */ /* 16Kb SRAM */

View File

@ -79,7 +79,7 @@ MEMORY
/* 112Kb of contiguous SRAM */ /* 112Kb of contiguous SRAM */
ksram (rwx) : ORIGIN = 0x20000000, LENGTH = 4K ksram (rwx) : ORIGIN = 0x20000000, LENGTH = 6K
usram (rwx) : ORIGIN = 0x20001000, LENGTH = 4K usram (rwx) : ORIGIN = 0x20001800, LENGTH = 4K
xsram (rwx) : ORIGIN = 0x20002000, LENGTH = 104K xsram (rwx) : ORIGIN = 0x20002800, LENGTH = 102K
} }