Fix data copy address error (#634)

This commit is contained in:
thomas-coding
2021-06-29 10:18:00 -07:00
committed by GitHub
parent a14f136596
commit b8bcbf2a40
@@ -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);