User`s guide

ELF Linker and Command Language
Linker Command File Keyword Listing
305Targeting MC56F83xx/DSP5685x Controllers
sectionName is the section name for the output section. It must start with a period
character. For example, ".mysection".
AT (loadAddress) is an optional parameter that specifies the address of the
section. The default (if not specified) is to make the load address the same as the
relocation address.
contents are made up of statements. These statements can:
Assign a value to a symbol.
Describe the placement of an output section, including which input sections are
placed into it.
segmentName is the predefined memory segment into which you want to put the
contents of the section. The two variants are:
>segmentName Places the section contents at the beginning of the memory
segment segmentName.
>>segmentName Appends the section contents to the memory segment
segmentName.