summaryrefslogtreecommitdiff
path: root/bluefnorf/stm32f103c8t6.ld
diff options
context:
space:
mode:
Diffstat (limited to 'bluefnorf/stm32f103c8t6.ld')
-rw-r--r--bluefnorf/stm32f103c8t6.ld14
1 files changed, 14 insertions, 0 deletions
diff --git a/bluefnorf/stm32f103c8t6.ld b/bluefnorf/stm32f103c8t6.ld
new file mode 100644
index 0000000..f70bbb7
--- /dev/null
+++ b/bluefnorf/stm32f103c8t6.ld
@@ -0,0 +1,14 @@
+
+__estack = 0x20005000;
+
+
+MEMORY
+{
+ rom (rx) : ORIGIN = 0x08000000, LENGTH = 64K
+ ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
+}
+
+
+/* Include the common ld script. */
+INCLUDE cortex-m-generic.ld
+