Skip to main content

IAR Embedded Workbench for RL78 5.20

.sdata

In this section:
Description

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

Memory placement

0xFFE200xFFEDF in RAM memory.

See also

Memory types.