summaryrefslogtreecommitdiff
path: root/ld_scripts/stm32_wb_g.ld
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2019-04-03 17:14:01 +0200
committerVegard Storheil Eriksen <zyp@jvnv.net>2019-04-03 17:14:01 +0200
commit3c526f3d0b30e200462290651f7c6a5eb30710a2 (patch)
tree4fe3cb5fc237d5ce7cd761a1c8a5640d88f6d21a /ld_scripts/stm32_wb_g.ld
parentd81982edb1c4abf9a38da742f81bb648ce6882c5 (diff)
Added STM32WB support.stm32wb
Diffstat (limited to 'ld_scripts/stm32_wb_g.ld')
-rw-r--r--ld_scripts/stm32_wb_g.ld8
1 files changed, 8 insertions, 0 deletions
diff --git a/ld_scripts/stm32_wb_g.ld b/ld_scripts/stm32_wb_g.ld
new file mode 100644
index 0000000..0d3b0ee
--- /dev/null
+++ b/ld_scripts/stm32_wb_g.ld
@@ -0,0 +1,8 @@
+MEMORY {
+ flash (rx) : org = 0x08000000, len = 1024k
+ ram (rwx) : org = 0x20000000, len = 192k
+ sram2a (rwx) : org = 0x20030000, len = 32k
+ sram2b (rwx) : org = 0x20038000, len = 32k
+}
+
+INCLUDE "arm_flash_ram.ld"