Tool/software:
The SBL example (\examples\drivers\boot\sbl) in MMWAVE_L_SDK_05_03_00 was built and downloaded to device.
The linker.cmd of the SBL code uses 256KB of shared memory. And the SH_MEM_CONFIG is set to 3.
I'm trying to load the APP image through SBL.
My question:
1) Should I make SH_MEM_CONFIG to 3 for this APP image as well as SBL?
2) If APP images are using most of HWASS (approximately 490 kbyte) like below, is the SBL example that should use shared memory unavailable?
3) Is there any problem when the MAP of the APP you want to load with SBL is as below?
----------------------------------------------------------------------------------
Map file of current APP image
.l3 60000000 00068000 UNINITIALIZED
60000000 00068000 motion_detect.o (.l3)
Module code rodata rw data
------ ---- ------- -------
motion_detect.o 1302 659 493001
----------------------------------------------------------------------------------
----------------------------------------------------------------------------------
SBL exsample : linker.cmd