Dear support,
I am having a problem using CCS help to find more information about these functions. I do not know where to go, search does not return anything and under
MessageQ_registerHeap
MessageQ_create
MessageQ_alloc/ MessageQ_free
I have a very simple query, I believe it has been designed for the following purpose:
Can I register 2 heaps (one in shared memory one in local memory) to message queue.
Then, Can I use MessageQ_alloc/free using one heap for comm between cores and one heap for comm between threads
How is MessageQ create working because I do not provide any heap id, therefore I am not sure where it will be placed.
Finally a more complex question
How do I use message queues to communicate between DSP (via PCIe or Hyperlink). DO you have available example?
Thanks for the help
Aymeric