aboutsummaryrefslogtreecommitdiff
path: root/etc/memory.x
diff options
context:
space:
mode:
Diffstat (limited to 'etc/memory.x')
-rw-r--r--etc/memory.x10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/memory.x b/etc/memory.x
new file mode 100644
index 0000000..6a430dc
--- /dev/null
+++ b/etc/memory.x
@@ -0,0 +1,10 @@
+/*
+ * Copyright 2019 Robin Krahl <robin.krahl@ireas.org>
+ * SPDX-License-Identifier: CC0-1.0
+ */
+
+MEMORY
+{
+ FLASH : ORIGIN = 0x08000000, LENGTH = 128K
+ RAM : ORIGIN = 0x20000000, LENGTH = 20K
+}