Part Number: TMS320F28377D
Tool/software: Code Composer Studio
I'm having a similar problem as shown below.
https://e2e.ti.com/support/tools/ccs/f/81/t/897582
GregM mentioned that "You can safely ignore this warning if you can confirm that the C code data access of the CLA defined data are both accessing the same memory location".
My question is how to confirm the above access are in the same memory location.
In my project, several global variables are defined in CLA located in RAMLS5. CLA code which run in RAMLS2~RAMLS4 and C code which run in RAMGSx or FLASH will access these global variables.
So far, the project works well. But I'm not sure if there is any potential problem.



