Atmel CAVR-4 Manual De Usuario

Descargar
Página de 323
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.