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.