aboutsummaryrefslogtreecommitdiffstats
path: root/memory.x
diff options
context:
space:
mode:
Diffstat (limited to 'memory.x')
-rw-r--r--memory.x11
1 files changed, 11 insertions, 0 deletions
diff --git a/memory.x b/memory.x
new file mode 100644
index 0000000..51bc398
--- /dev/null
+++ b/memory.x
@@ -0,0 +1,11 @@
+MEMORY
+{
+
+ FLASH (rx) : ORIGIN = 0x26000 , LENGTH = 0xED000 - 0x26000
+ RAM (rwx) : ORIGIN = 0x20006000, LENGTH = 0x20040000 - 0x20006000
+
+ /*
+ FLASH : ORIGIN = 0x00000000, LENGTH = 256K
+ RAM : ORIGIN = 0x20000000, LENGTH = 24K
+ */
+}