Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi team,
Customer set SH_MEM_CONFIG = 1 through Memory Config and changing the Text area to Shared RAM.
.
.
When they test based on mmw_demo, there was an issue that did not work only when setting Low Power Mode to 1.
It works successfully when setting Low Power Mode to 2 (low-power test mode).
They used the default example and the only thing they changed is the memory setting like below.
.
.
1. Modify Linker Script to chage text region.
2. Add shared RAM in Syscfg MPU.
3. Set 'SH_MEM_CONFIG = 1' in makefile
4. Regarding SOC memory init, the text area SOC_RCM_MEMINIT_APPSS_SHRAM0_INIT was removed to prevent it from being erased.
5. All basic actions were confirmed. But when they set Low Power Mode to 1, it enter hwip_useagefault.
.
.
I would appreciate it if you could let me know how to solve it.
Regards,
Lina