lpc1768: decrease RAM size

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2022-05-19 06:45:16 -04:00 committed by Eric Callahan
parent 90970f9f7a
commit f85b985cac

View File

@ -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