summaryrefslogtreecommitdiff
path: root/firmware/stm32f103c8t6.ld
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-01-23 13:36:16 +0100
committerxengineering <me@xengineering.eu>2022-01-23 13:36:16 +0100
commit06108658053efd7cc0743ee5caa913b7bdfa0260 (patch)
treeba9a756ebd881f795115530feeb446af94cdb70a /firmware/stm32f103c8t6.ld
parent3a2244d1c094b7722fa286eb24effb0b631d81aa (diff)
downloadledcontrol-06108658053efd7cc0743ee5caa913b7bdfa0260.tar
ledcontrol-06108658053efd7cc0743ee5caa913b7bdfa0260.tar.zst
ledcontrol-06108658053efd7cc0743ee5caa913b7bdfa0260.zip
Simplify structure of firmware directory
Diffstat (limited to 'firmware/stm32f103c8t6.ld')
-rw-r--r--firmware/stm32f103c8t6.ld9
1 files changed, 9 insertions, 0 deletions
diff --git a/firmware/stm32f103c8t6.ld b/firmware/stm32f103c8t6.ld
new file mode 100644
index 0000000..db01550
--- /dev/null
+++ b/firmware/stm32f103c8t6.ld
@@ -0,0 +1,9 @@
+
+MEMORY
+{
+ rom (rx) : ORIGIN = 0x08000000, LENGTH = 64K
+ ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
+}
+
+INCLUDE cortex-m-generic.ld
+