From 3c526f3d0b30e200462290651f7c6a5eb30710a2 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Wed, 3 Apr 2019 17:14:01 +0200 Subject: Added STM32WB support. --- ld_scripts/stm32_wb_g.ld | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ld_scripts/stm32_wb_g.ld (limited to 'ld_scripts') 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" -- cgit v1.2.3