From 5bbdf71551efaf7a1da72d76509795ed304538a8 Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Mon, 6 Oct 2014 15:23:53 -0700 Subject: stm32f4: add sram_64k_flash_128k linker script This supports, eg, the STM32F401xB chip family. --- support/ld/stm32/mem/sram_64k_flash_128k/mem-jtag.inc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 support/ld/stm32/mem/sram_64k_flash_128k/mem-jtag.inc (limited to 'support/ld') diff --git a/support/ld/stm32/mem/sram_64k_flash_128k/mem-jtag.inc b/support/ld/stm32/mem/sram_64k_flash_128k/mem-jtag.inc new file mode 100644 index 0000000..e5a30cb --- /dev/null +++ b/support/ld/stm32/mem/sram_64k_flash_128k/mem-jtag.inc @@ -0,0 +1,5 @@ +MEMORY +{ + ram (rwx) : ORIGIN = 0x20000000, LENGTH = 64K + rom (rx) : ORIGIN = 0x08000000, LENGTH = 128K +} -- cgit v1.2.3