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.

address of malloc

Hi, all

I have a problem with malloc. My program has a malloced sint array which is too big to put it in local L2. So I specify the .system section to DDR2. Since all three cores need to do something with this array, Is there any way that other cores can know the address of this array before malloc? (like static array using data_section pragma) 

Best regards,

Liang Peng