User`s guide
Compiling and Linking Programs
Program Generation 2-15
For details on how to create a Code Composer Studio project and build an
executable from it, refer to the Code Composer Studio User’s Guide or the
online help.
For most DSP/BIOS applications the generated linker command file,
programcfg.cmd, suffices to describe all memory segments and allocations.
All DSP/BIOS memory segments and objects are handled by this linker
command file. In addition, most commonly used sections (such as .text, .bss,
.data, etc.) are already included in programcfg.cmd. Their locations (and
sizes, when appropriate) can be controlled from the MEM Manager in the
Configuration Tool. Figure 2-4 illustrates the Code Composer Studio
properties dialog box.
In some cases the application can require an additional linker command file
(app.cmd) describing application-specific sections that are not described in
the linker command file generated by the Configuration Tool
(programcfg.cmd).
Figure 2-4. MEM Module Properties Panel










