Skip to main content

IAR Embedded Workbench for RL78 5.20

.hdata

In this section:
Description

Holds static and global initialized variables that have the memory attribute __huge. In object files, this includes the initial values. When the linker directive initialize is used, a corresponding .hdata_init section is created for each .hdata section, holding the possibly compressed initial values.

Memory placement

0x100000xFFE1F in RAM memory.

See also

Memory types.