https://software-dl.ti.com/ccs/esd/documents/sdto_cgt_Linker-Command-File-Primer.html
The "Additions and Changes" part in above link suggests readers to post code of linker command file which is not described in that article, and that's why I create this question.
My lnk.cmd file is written as below(in order to highlight my question, I didn't put here the code which functionally repeat):
-c
-heap 0x1800
-stack 0x1800
-lrts6701e.lib
MEMORY
{
IRAM: o = 00000000h l = 00000400h
}
SECTIONS
{
.bss > IRAM fill = 0
}
Could someone advise the meaning and format of the Red codes?
Also, after you kindly answer my question, please go further to make Additions to the article of the link above.
Thanks and Best Regards.