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