Обновление
This commit is contained in:
parent
364ea279de
commit
c8496cb73d
|
|
@ -173,6 +173,21 @@ SECTIONS
|
|||
|
||||
|
||||
|
||||
|
||||
.xcp_data(NOLOAD) :
|
||||
{
|
||||
__xcp_start = .;
|
||||
KEEP(*(.xcpdata))
|
||||
__xcp_end = .;
|
||||
. = ALIGN(4);
|
||||
} > SRAM0
|
||||
|
||||
.cals_text :
|
||||
{
|
||||
KEEP(*(.caltext))
|
||||
. = ALIGN(4);
|
||||
} > DFLASH
|
||||
|
||||
.bss(NOLOAD) :
|
||||
{
|
||||
. = ALIGN(4);
|
||||
|
|
|
|||
Loading…
Reference in New Issue