mirror of
https://github.com/andreili/katapult.git
synced 2025-08-23 19:34:06 +02:00
lpc176x: reduce ram size in kconfig
This moves the stack so that it is located in an area of SRAM not modified by the system boot rom. Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
821a44eb8b
commit
90970f9f7a
@ -47,7 +47,7 @@ config RAM_START
|
||||
|
||||
config RAM_SIZE
|
||||
hex
|
||||
default 0x7fe0 # (0x8000 - 32) - top 32 bytes used by IAP functions
|
||||
default 0x7f20 # (0x8000 - 224) places stack end at a location not used by boot rom
|
||||
|
||||
config STACK_SIZE
|
||||
int
|
||||
|
Loading…
x
Reference in New Issue
Block a user