AN547: Support TF-M memory layout
The address NS_CODE_START and size NS_CODE_SIZE for TF-M non-secure side
application code is calculated in region_defs.h, depending on whether
TF-M has bootloader enabled, so those macros should be used when TF-M is
enabled. Otherwise, boot from 0x0 which is the Instruction TCM region.
Signed-off-by:
Lingkai Dong <lingkai.dong@arm.com>
Loading
Please register or sign in to comment