summaryrefslogtreecommitdiff
path: root/ld_scripts/stm32_f4_g.ld
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2012-08-07 16:50:46 +0200
committerVegard Storheil Eriksen <zyp@jvnv.net>2012-08-07 16:50:46 +0200
commite586c178073b9a0fee90d5fc8e795d266ebd7b7d (patch)
treeca9a9c40bab37d5af440c80833755223e2bdd946 /ld_scripts/stm32_f4_g.ld
Initial import.
Most sources are split off from suzumebachi project revision 2fc77d2 as is with some path changes. New build rules introduced.
Diffstat (limited to 'ld_scripts/stm32_f4_g.ld')
-rw-r--r--ld_scripts/stm32_f4_g.ld7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld_scripts/stm32_f4_g.ld b/ld_scripts/stm32_f4_g.ld
new file mode 100644
index 0000000..6ce322b
--- /dev/null
+++ b/ld_scripts/stm32_f4_g.ld
@@ -0,0 +1,7 @@
+MEMORY {
+ flash (rx) : org = 0x08000000, len = 1024k
+ ram (rwx) : org = 0x20000000, len = 128k
+ ccm (rwx) : org = 0x10000000, len = 64k
+}
+
+INCLUDE "arm_flash_ram.ld"