summaryrefslogtreecommitdiff
path: root/Project/ld/stm32f072x8.ld
diff options
context:
space:
mode:
Diffstat (limited to 'Project/ld/stm32f072x8.ld')
-rw-r--r--Project/ld/stm32f072x8.ld4
1 files changed, 4 insertions, 0 deletions
diff --git a/Project/ld/stm32f072x8.ld b/Project/ld/stm32f072x8.ld
new file mode 100644
index 0000000..7600040
--- /dev/null
+++ b/Project/ld/stm32f072x8.ld
@@ -0,0 +1,4 @@
+MEMORY {
+ FLASH(rx) : ORIGIN = 0x08000000, LENGTH = 64K
+ SRAM(rwx) : ORIGIN = 0x20000000, LENGTH = 16K
+}