mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-21 22:11:57 -04:00
Fix issue in linker script generated by TrueStudio for STM32F0.
This commit is contained in:
parent
b8be5d1db2
commit
7fa9bf25dc
|
@ -103,7 +103,7 @@ SECTIONS
|
||||||
} >FLASH
|
} >FLASH
|
||||||
|
|
||||||
/* used by the startup to initialize data */
|
/* used by the startup to initialize data */
|
||||||
_sidata = .;
|
_sidata = LOADADDR(.data);
|
||||||
|
|
||||||
/* Initialized data sections goes into RAM, load LMA copy after code */
|
/* Initialized data sections goes into RAM, load LMA copy after code */
|
||||||
.data : AT ( _sidata )
|
.data : AT ( _sidata )
|
||||||
|
|
Loading…
Reference in a new issue