Part Number: AM2612-Q1
Other Parts Discussed in Thread: AM2612, SYSCONFIG
My project used two cores (R5FSS0-0 & R5FSS0-1) of AM2612. One variable(named g_stShmRData) address in map file (r5fss0-0.Release.map) will be modified , after core R5FSS0-1 compile completed. The variable g_stShmRData is the shared memory between two cores.
Before be modified (only compile core R5FSS0-0):
The variable g_stShmRData is 0x70170000.
After be modified (core R5FSS0-0 compiled complete):
The variable g_stShmRData is 0x40. This address is located in TCMA. And the length of TCMA is equal to the length of variable g_stShmRData.
Below are my questions:
Question 1: Is this phenomenon reasonable? If not, how should it be investigated and corrected?
Question 2: Given the current syscfg version: sysconfig_1.22.0 and SDK version: mcu_plus_sdk_am261x_10_00_01_10, configuring the Page attribute of the memory region (used to modify the linker file) is not supported. Are there any alternative methods ?




