From 1f493e6a48760873c18f3b4ffbf405129b9400d0 Mon Sep 17 00:00:00 2001 From: mlundinse Date: Mon, 29 Apr 2013 21:19:06 +0200 Subject: Linker files for F20x boards with 768k flash --- support/ld/extra_libs.inc | 1 + support/ld/stm32/mem/sram_112k_flash_768k/mem-jtag.inc | 5 +++++ support/ld/stm32/mem/sram_112k_flash_768k/mem-ram.inc | 5 +++++ 3 files changed, 11 insertions(+) create mode 100644 support/ld/extra_libs.inc create mode 100644 support/ld/stm32/mem/sram_112k_flash_768k/mem-jtag.inc create mode 100644 support/ld/stm32/mem/sram_112k_flash_768k/mem-ram.inc (limited to 'support') diff --git a/support/ld/extra_libs.inc b/support/ld/extra_libs.inc new file mode 100644 index 0000000..1216f97 --- /dev/null +++ b/support/ld/extra_libs.inc @@ -0,0 +1 @@ +/* toolchain specific stuff */ diff --git a/support/ld/stm32/mem/sram_112k_flash_768k/mem-jtag.inc b/support/ld/stm32/mem/sram_112k_flash_768k/mem-jtag.inc new file mode 100644 index 0000000..d62fb7a --- /dev/null +++ b/support/ld/stm32/mem/sram_112k_flash_768k/mem-jtag.inc @@ -0,0 +1,5 @@ +MEMORY +{ + ram (rwx) : ORIGIN = 0x20000000, LENGTH = 112K + rom (rx) : ORIGIN = 0x08000000, LENGTH = 768K +} diff --git a/support/ld/stm32/mem/sram_112k_flash_768k/mem-ram.inc b/support/ld/stm32/mem/sram_112k_flash_768k/mem-ram.inc new file mode 100644 index 0000000..d21f17c --- /dev/null +++ b/support/ld/stm32/mem/sram_112k_flash_768k/mem-ram.inc @@ -0,0 +1,5 @@ +MEMORY +{ + ram (rwx) : ORIGIN = 0x20000000, LENGTH = 112K + rom (rx) : ORIGIN = 0x08000000, LENGTH = 0K +} -- cgit v1.2.3