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:
Eric Callahan 2022-05-18 14:29:14 -04:00 committed by Eric Callahan
parent 821a44eb8b
commit 90970f9f7a

View File

@ -47,7 +47,7 @@ config RAM_START
config RAM_SIZE config RAM_SIZE
hex 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 config STACK_SIZE
int int