aboutsummaryrefslogtreecommitdiff
path: root/memory.x
diff options
context:
space:
mode:
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 00000000..534d4786
--- /dev/null
+++ b/memory.x
@@ -0,0 +1,6 @@
+/* STM32F103C8V6 */
+MEMORY
+{
+ FLASH : ORIGIN = 0x08000000, LENGTH = 64K
+ RAM : ORIGIN = 0x20000000, LENGTH = 20K
+}