Browse Source

Merge pull request #2012 from xeonxu/fixcmbacktrace

[STM32F4xx-HAL] Fix link error when enable cmbacktrace package.
Bernard Xiong 6 years ago
parent
commit
d4469fe7d8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      bsp/stm32f4xx-HAL/stm32_rom.ld

+ 1 - 0
bsp/stm32f4xx-HAL/stm32_rom.ld

@@ -80,6 +80,7 @@ SECTIONS
 
     .stack : 
     {
+        _sstack = .;
         . = . + _system_stack_size;
         . = ALIGN(4);
         _estack = .;