mirror of https://github.com/contiki-ng/mspsim
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:
parent
c8169c98ad
commit
7b871fcc8d
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue