summaryrefslogtreecommitdiff
path: root/memory.x
diff options
context:
space:
mode:
Diffstat (limited to 'memory.x')
-rw-r--r--memory.x2
1 files changed, 1 insertions, 1 deletions
diff --git a/memory.x b/memory.x
index 59195b8..e20ff2b 100644
--- a/memory.x
+++ b/memory.x
@@ -1,5 +1,5 @@
MEMORY
{
- FLASH : ORIGIN = 0x08000000, LENGTH = 64K
+ FLASH : ORIGIN = 0x08000000, LENGTH = 128K
RAM : ORIGIN = 0x20000000, LENGTH = 20K
}