summaryrefslogtreecommitdiff
path: root/ld_scripts/stm32_wb_g.ld
diff options
context:
space:
mode:
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"