This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VMXEVM: Overlap memory warning while running "linker memory map python script"

Part Number: TDA4VMXEVM


Hello TI team,

I am using latest PSDKRA 6.2

I am getting the following warning after running "./gen_linker_mem_map.py"

Warnings : 

WARNING: System Memory Map for Linux+RTOS mode memory map has a overlap between L2RAM_C66x_1 and L2RAM_C66x_2 sections
WARNING: System Memory Map for Linux+RTOS mode memory map has a overlap between L2RAM_C66x_2 and L2RAM_C66x_1 sections
WARNING: Memory Map for C header file memory map has a overlap between L2RAM_C66x_1 and L2RAM_C66x_2 sections
WARNING: Memory Map for C header file memory map has a overlap between L2RAM_C66x_2 and L2RAM_C66x_1 sections

I have not made any changes to the memory map file provided in the SDK.

I assume this is because of following section in the file -

c66x_1_l2_addr = 0x00800000;
c66x_1_l2_size = (288 - 64)*KB;
c66x_2_l2_addr = 0x00800000;
c66x_2_l2_size = (288 - 64)*KB;
Please let me know the reason for these warnings, and if they would impact the overall process.
Thank you,
Ameya Wadekar.