summaryrefslogtreecommitdiff
path: root/firmware/rust/memory.x
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/rust/memory.x')
-rw-r--r--firmware/rust/memory.x6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/rust/memory.x b/firmware/rust/memory.x
new file mode 100644
index 0000000..5153cb7
--- /dev/null
+++ b/firmware/rust/memory.x
@@ -0,0 +1,6 @@
+/* Linker script for the STM32F103C8T6 */
+MEMORY
+{
+ FLASH : ORIGIN = 0x08000000, LENGTH = 128K
+ RAM : ORIGIN = 0x20000000, LENGTH = 16K
+}