mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-09-23 03:33:50 +08:00
Fix data copy address error (#634)
This commit is contained in:
@@ -56,7 +56,6 @@ SECTIONS
|
||||
*(.rodata*)
|
||||
. = ALIGN(4);
|
||||
_etext = .;
|
||||
_sidata = _etext;
|
||||
} > FLASH
|
||||
|
||||
.ARM.extab :
|
||||
@@ -85,7 +84,9 @@ SECTIONS
|
||||
__interrupts_ram_end = .;
|
||||
|
||||
} > RAM
|
||||
|
||||
|
||||
_sidata = LOADADDR(.data);
|
||||
|
||||
.data : /* AT ( _sidata ) */
|
||||
{
|
||||
. = ALIGN(4);
|
||||
|
||||
Reference in New Issue
Block a user