You copied the Doc URL to your clipboard.
Region name values when not scatter-loading
When scatter-loading is not used when linking, the linker uses default region name values.
If you are not using scatter-loading, the linker uses region name values of:
ER_XO
, for an execute-only execution region, if present.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:
Image$$
execution region symbols.Load$$
execution region symbols.
For example, Load$$ER_RO$$Base
.