User`s guide

Naming Conventions
About DSP/BIOS 1-15
1.3.6 Standard Memory Sections
The Configuration Tool defines standard memory sections and their default
allocations as shown in Table 1-4.
You can change these default allocations using the MEM Manager in the
Configuration Tool. For more detail, see MEM Module in the TMS320
DSP/BIOS API Reference Guide for your platform.
Table 1-4. Standard Memory Segments
a. C54x Platform
b. C55x Platform
Sections Segment
System stack Memory (.stack) IDATA
Application Argument Memory (.args) EDATA
Application Constants Memory (.const) EDATA
BIOS Program Memory (.bios) IPROG
BIOS Data Memory (.sysdata) EDATA
BIOS Heap Memory IDATA
BIOS Startup Code Memory (.sysinit) EPROG
Sections Segment
System stack Memory (.stack),
System Stack Memory (.sysstack)
DATA
BIOS Kernel State Memory (.sysdata) DATA
BIOS Objects, Configuration Memory (.*obj) DATA
BIOS Program Memory (.bios) PROG
BIOS Startup Code Memory (.sysinit, .gblinit,
.trcinit)
PROG
Application Argument Memory (.args) DATA
Application Program Memory (.text) PROG
BIOS Heap Memory DATA
Secondary BIOS Heap Memory DATA1