aboutsummaryrefslogtreecommitdiff
path: root/memory.x
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2017-07-20 22:53:44 -0500
committerJorge Aparicio <jorge@japaric.io>2017-07-20 22:53:44 -0500
commitc7b9507a57f2ba28c18b15dd2719a1c56f74a302 (patch)
tree1fed754475cdbe4baf0d2f1445ce2777b437de31 /memory.x
parent23425f2f0645cdfbf78135848fe87f733072ade3 (diff)
`Resource` trait, docs, examples and rtfm-syntax related changes
Diffstat (limited to 'memory.x')
-rw-r--r--memory.x6
1 files changed, 6 insertions, 0 deletions
diff --git a/memory.x b/memory.x
new file mode 100644
index 0000000..534d478
--- /dev/null
+++ b/memory.x
@@ -0,0 +1,6 @@
+/* STM32F103C8V6 */
+MEMORY
+{
+ FLASH : ORIGIN = 0x08000000, LENGTH = 64K
+ RAM : ORIGIN = 0x20000000, LENGTH = 20K
+}