Skip to content

Commit d4469fe

Browse files
authored
Merge pull request #2012 from xeonxu/fixcmbacktrace
[STM32F4xx-HAL] Fix link error when enable cmbacktrace package.
2 parents abfcd00 + bbc628d commit d4469fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bsp/stm32f4xx-HAL/stm32_rom.ld

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ SECTIONS
8080

8181
.stack :
8282
{
83+
_sstack = .;
8384
. = . + _system_stack_size;
8485
. = ALIGN(4);
8586
_estack = .;

0 commit comments

Comments
 (0)