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.

HeapMemMP over Hyperlink

Hello! 

I don't know which forum to choose. Actually I use C6678 with SYS/BIOS.

Have anybody tried to implement alloc/free over Hyperlink?

Suppose I have a 256MB hyperlink window in DDR3 at the same addresses on both DSPs. Can I somehow dynamically allocate memory in this window so that remote DSP could free it? Of course I can allocate memory in other heap and move data from window but it needs additional copy operation.