summaryrefslogtreecommitdiff
path: root/bluefnorf/stm32f103c8t6.ld
diff options
context:
space:
mode:
authorMatthias Hannig <matthias@hannig.cc>2018-07-13 16:13:00 +0200
committerMatthias Hannig <matthias@hannig.cc>2018-07-13 16:13:00 +0200
commit643208f4898400fb04bf0773c388551f58b0b5bf (patch)
tree5762c221e39442fbe114e41162d3395a987bab82 /bluefnorf/stm32f103c8t6.ld
parent6426b16179ba17637384aea5f04f13aad326a1c8 (diff)
downloadolsndot-643208f4898400fb04bf0773c388551f58b0b5bf.tar.gz
olsndot-643208f4898400fb04bf0773c388551f58b0b5bf.tar.bz2
olsndot-643208f4898400fb04bf0773c388551f58b0b5bf.zip
added bluefnorf skeleton
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
+