 |
Linker User Guide |
 |
|
|
|
|
Region name values when not scatter-loading
Region name values
when not scatter-loadingIf you are not using scatter-loading, the linker uses region
name values of: ER_RO,
for the read-only execution region
ER_RW, for the read-write execution
region
ER_ZI, for the zero-initialized
execution region.
You can insert these names into the following symbols to obtain
the required address: For example, Load$$ER_RO$$Base. NoteThe ZI output sections of an
image are not created statically, but are automatically created dynamically
at runtime. Therefore, there is no load address symbol for ZI output
sections. It is recommended that you use region-related symbols
in preference to section-related symbols.
See also
|
|
|