Skip to content

Commit 9cf03e3

Browse files
LMESTM0xc0170
authored andcommitted
STM32WB: update GCC linker script to match with master
1 parent 5da83a2 commit 9cf03e3

File tree

1 file changed

+1
-0
lines changed
  • targets/TARGET_STM/TARGET_STM32WB/TARGET_STM32WB55xG/device/TOOLCHAIN_GCC_ARM

1 file changed

+1
-0
lines changed

targets/TARGET_STM/TARGET_STM32WB/TARGET_STM32WB55xG/device/TOOLCHAIN_GCC_ARM/stm32wb55xx.ld

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ SECTIONS
146146
__end__ = .;
147147
end = __end__;
148148
*(.heap*)
149+
. = ORIGIN(RAM1) + LENGTH(RAM1) - STACK_SIZE;
149150
__HeapLimit = .;
150151
} > RAM1
151152

0 commit comments

Comments
 (0)