bump memory to 128K

This commit is contained in:
Matthias Endler 2021-01-29 00:14:32 +01:00
parent 99b788c3b1
commit a4990eacbc
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ MEMORY
/* TODO Adjust these memory regions to match your device memory layout */
/* These values correspond to the LM3S6965, one of the few devices QEMU can emulate */
FLASH : ORIGIN = 0x00000000, LENGTH = 256K
RAM : ORIGIN = 0x20000000, LENGTH = 64K
RAM : ORIGIN = 0x20000000, LENGTH = 128K
}
/* This is where the call stack will be allocated. */