From 561483174db9297714a59485fe0f69194942ac44 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Sun, 11 Mar 2012 20:22:18 +0000 Subject: [PATCH] Fix issue in linker script generated by TrueStudio for STM32F0. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1693 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Demo/CORTEX_STM32F100_Atollic/stm32_flash.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Demo/CORTEX_STM32F100_Atollic/stm32_flash.ld b/Demo/CORTEX_STM32F100_Atollic/stm32_flash.ld index 05a8c3d8a..aa2f3d3ef 100644 --- a/Demo/CORTEX_STM32F100_Atollic/stm32_flash.ld +++ b/Demo/CORTEX_STM32F100_Atollic/stm32_flash.ld @@ -103,7 +103,7 @@ SECTIONS } >FLASH /* used by the startup to initialize data */ - _sidata = .; + _sidata = LOADADDR(.data); /* Initialized data sections goes into RAM, load LMA copy after code */ .data : AT ( _sidata ) -- 2.39.5