5.1.6.1 Attributes that Represent Section Types [DD]

Attributes that represent section types are mutually exclusive. At most, one of the attributes listed below may be specified for a given section.

Table 5-1. Attributes That Represent Section Types
AttributeDescription
bssUninitialized storage in data memory.
codeExecutable code in program memory.
dataInitialized storage in data memory.
heapMemory for dynamic allocation in C.
memoryExternal or user-defined memory.
persistPersistent storage in data memory.
stackProcessor stack.