.data
In this section:
Description
Holds static and global initialized variables that have the memory attribute near. In object files, this includes the initial values. When the linker directive initialize is used, a corresponding .near.data_init section is created for each .near.data section, holding the possibly compressed initial values.
Memory placement
0xF0000–0xFFE1F in RAM memory.