Specifications
CAVR-4
160
Descriptions of segments
AVR® IAR C/C++ Compiler
Reference Guide
HUGE_Z
Holds zero-initialized static and global __huge variables.
XLINK segment memory type
DATA
Memory space
Data. The address range is 0x0–0xFFFFFF.
Description
Holds static and global __huge variables that have been declared without initial values
or with zero initial values.
INITTAB
Segment initialization descriptions.
XLINK segment memory type
CODE
Memory space
Flash. The address range is 0x0–0xFFFF (0x7FFFFF if farflash is enabled).
Description
Contains compiler-generated table entries that describe the segment initialization which
will be performed at system startup.
INTVEC
Holds the interrupt vector table.
XLINK segment memory type
CODE
Memory space
Flash. The address range is approximately 0–64.
Description
Holds the interrupt vector table generated by the use of the __interrupt extended
keyword.
Note: This segment must be placed at address
0 and forwards.