MSP430f5437: Increase flash to 768kB

Provide lots more space for programs. This doesn't match the real
hardware anymore ...

Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Keith Packard 2023-09-07 20:13:56 -07:00
parent c8169c98ad
commit 7b871fcc8d
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ public class MSP430f5437Config extends MSP430Config {
/* configure memory */
infoMemConfig(0x1800, 128 * 4);
mainFlashConfig(0x5c00, 256 * 1024);
mainFlashConfig(0x5c00, 768 * 1024);
ramConfig(0x1c00, 16 * 1024);
ioMemSize(0x800); /* 2 KB of IO Memory */