From e586c178073b9a0fee90d5fc8e795d266ebd7b7d Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Tue, 7 Aug 2012 16:50:46 +0200 Subject: Initial import. Most sources are split off from suzumebachi project revision 2fc77d2 as is with some path changes. New build rules introduced. --- ld_scripts/stm32_f4_e.ld | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ld_scripts/stm32_f4_e.ld (limited to 'ld_scripts/stm32_f4_e.ld') diff --git a/ld_scripts/stm32_f4_e.ld b/ld_scripts/stm32_f4_e.ld new file mode 100644 index 0000000..b19753c --- /dev/null +++ b/ld_scripts/stm32_f4_e.ld @@ -0,0 +1,7 @@ +MEMORY { + flash (rx) : org = 0x08000000, len = 512k + ram (rwx) : org = 0x20000000, len = 128k + ccm (rwx) : org = 0x10000000, len = 64k +} + +INCLUDE "arm_flash_ram.ld" -- cgit v1.2.3