aboutsummaryrefslogtreecommitdiff
path: root/memory.x
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2020-09-24 13:32:19 -0400
committerDeterminant <tederminant@gmail.com>2020-09-24 13:32:19 -0400
commitf8c07b16a9a3366260052434dec126557ea2e173 (patch)
treea3b8bc2e0d0127272a4abb6ec280e52ec07baf3d /memory.x
init
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..e20ff2b
--- /dev/null
+++ b/memory.x
@@ -0,0 +1,5 @@
+MEMORY
+{
+ FLASH : ORIGIN = 0x08000000, LENGTH = 128K
+ RAM : ORIGIN = 0x20000000, LENGTH = 20K
+}