Hi, I'd like more details about the restrictions on this region of memory claimed by the SBL. Here's the reference in the documentation.
https://software-dl.ti.com/mcu-plus-sdk/esd/AM263X/latest/exports/docs/api_guide_am263x/BOOTFLOW_GUIDE.html#autotoc_md448
> Other special factors for SBL application are listed below:
> - Currently, the region 0x70002000 to 0x70040000 is used by the SBL code, data, stack, etc.
I see there are guards in MCU+SDK 9.0.0.35 that prevent the SBL from loading an application image region that overlaps the SBL region:
source/drivers/bootloader/bootloader.c:306-320
Is that a requirement that application images can't have load addresses in the SBL region?
Could the application reclaim that SBL memory region after load time?
Thanks,
-Andy