5.1.5.1 Section Type Attributes
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 |
|---|---|
code | Executable code in program memory |
data | Initialized storage in data memory |
bss | Uninitialized storage in data memory |
persist | Persistent storage in data memory |
ramfunc | Function in data memory |
