Part Number: TMS320F28069F
Dear TI members
I have modified F28069F.cmd file as follows
SECTIONS
{
/* Allocate program areas: */
.cinit : > FLASHA_B, PAGE = 0, ALIGN(4)
.pinit : > FLASHA_B, PAGE = 0, ALIGN(4)
.text : > FLASHA_B, PAGE = 0, ALIGN(4)
codestart : > BEGIN, PAGE = 0, ALIGN(4)
ramfuncs : LOAD = FLASHF, /* FLASHD -> FLASHF */
RUN = RAML0_1,
LOAD_START(_RamfuncsLoadStart),
LOAD_END(_RamfuncsLoadEnd),
RUN_START(_RamfuncsRunStart),
PAGE = 0, ALIGN(4)
then I have encountered linker error as follows
"../F28069F.cmd", line 126: error #10099-D: program will not fit into available
memory. placement with alignment/blocking fails for section "codestart"
size 0x2 page 0. Available memory ranges:
BEGIN size: 0x2 unused: 0x2 max hole: 0x2
This error could be disappeared by removing ALIGN(4) from the codestart line,
but I have to add ALIGN(4) at end of line in codestart for requirement of debugging tool
would you please let me know how to avoid linker error ?
Thanks in advance.
Best Regards,
Hae Ryong
