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