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.

Compiler/AM5726: OCMC_RAM1,2,3 Sharing between two cores

Part Number: AM5726

Tool/software: TI C/C++ Compiler

If i have 2 cores for example (A15_0 and DSP1), in cfg of A15_0 Program.sectMap["heapMemSlowSection"].loadSegment = "OCMC_RAM1" and in platform package of DSP1 i have 

Is OCMC_RAM is per core or it is common ram for all cores and i need carefully assign it by adresses between cores so there is no overlaps? Thanks.