ARM Cortex-M Scatter-Load File Description
SITE HOME
Related Links:
XIP
Scatter-Loading
Decoding the ARM Cortex-M Scatter-Load
File.
This Scatter-Loading file describes
1 Load Region called LR_IROM1.
This load region contains the definition/description of 3
Execution Regions
1. ER_IROM1 : This is the region which has its load
address = Execution address:
2. RW_IRM1 : This is the region which does not
have load address = Execution address. This is meant
to contain all the Read/Write code or data or Zero
Initilialized data except the executable code found in the
object file 'ns_bin.o'.
3. NS_EXEC_BIN: This is the region which does not have load
address = Execution address. This is meant to contain the
section named 'section_ns_bin' which can be found in the
object file 'ns_bin.o'.
Related Links:
XIP
Scatter-Loading