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.
Attribute | Description |
---|---|
bss | Uninitialized storage in data memory. |
code | Executable code in program memory. |
data | Initialized storage in data memory. |
heap | Memory for dynamic allocation in C. |
memory | External or user-defined memory. |
persist | Persistent storage in data memory. |
stack | Processor stack. |