We are using the Integra part on a custom board. We have DDR3 RAM availalbe. I am trying to create a Heap section of memory in order to setup a MessageQ between the DSP and the ARM processor. I have followed the MessageQ example but it always produces an error when it gets to the HeapBufMP_create command. I have attached the code that I am trying to execute.
I have also creaetd the MessageQ example that comes with CCSv5 and I get the same error when the "heapHandle = HeapBufMP_create(&heapBufParams);" is attempted.
The error I get is:
ti.sdo.ipc.heaps.HeapBufMP: line 808: assertion failure: A_noHeap: Region has no heap xdc.runtime.Error.raise: terminating execution I amusing the .cfg file that is included in the MessageQ example. How do I get rid of this error and create my Heap? Thanks