From 7b871fcc8d9e2631925e6416740f7661fb2a1e00 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 7 Sep 2023 20:13:56 -0700 Subject: [PATCH] MSP430f5437: Increase flash to 768kB Provide lots more space for programs. This doesn't match the real hardware anymore ... Signed-off-by: Keith Packard --- se/sics/mspsim/config/MSP430f5437Config.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/se/sics/mspsim/config/MSP430f5437Config.java b/se/sics/mspsim/config/MSP430f5437Config.java index 515b530..2391f32 100644 --- a/se/sics/mspsim/config/MSP430f5437Config.java +++ b/se/sics/mspsim/config/MSP430f5437Config.java @@ -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 */