From f85b985cac0632726a87ad6873c4702b9a79defb Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Thu, 19 May 2022 06:45:16 -0400 Subject: [PATCH] lpc1768: decrease RAM size Signed-off-by: Eric Callahan --- src/lpc176x/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lpc176x/Kconfig b/src/lpc176x/Kconfig index 4fac778..3279757 100644 --- a/src/lpc176x/Kconfig +++ b/src/lpc176x/Kconfig @@ -47,7 +47,7 @@ config RAM_START config RAM_SIZE hex - default 0x7f20 # (0x8000 - 224) places stack end at a location not used by boot rom + default 0x7ee0 # (0x8000 - 256 - 32) 32 bytes for ISP commands, 256 bytes for ISP stack config STACK_SIZE int