Tool/software:
Hi, TI experts
My SDK version is 8.01.
I reference the document: software-dl.ti.com/.../developer_notes_memory_map.html
I would like to modify system memory map, I want more memory on A72.
When I modified the gen_linker_mem_map.py file to generate the memory map related files, I encountered some problems:
1、I reduced DDR_C7X_1_LOCAL_HEAP from 384MB to 368MB, DDR_C7X_1_SCRATCH from 256MB to 192MB, EEPROM_SHADOW from 16MB to 1024KB, I added 95MB memory on A72, my system and apps were fine. But I want more 100MB on A72. so, I tried to reduce DDR_SHARED_MEM from 512MB to 448MB, my apps were executing abnormally.
According to the design requirements of the sdk, can I release another 100MB memory?
2、When I rudeced DDR_MCU1_1 from 15MB to 8MB, I encountered compilation error:
I reduced the other remote core memory, I also encountered the similar compilation error.
3、I don't need mcu1_1 and mcu3_1, can I remove these 2 remote cores to free up some memory?