Hello,
First of all I must confess that I am new to multicore DSP programming. So I hope my questions aren't to stupid. ;)
For my application I use the c6657, on each core a different application. If core 0 has done some calculations on data, the output has to be 'moved' to core 1. This core 1 then has to be triggered to do some other calculations on the data.
My idea was to use IPC to let core 0 trigger a thread on core 1 to start processing data.
What I found out so far is that I believe MessageQ is the best way to do this. Do you agree?
When using MessageQ I believe that it is possible to use SyncSwi to trigger a thread on the other core. This ISync handle is defined in a parameter of MessageQ_open. Is there somewhere a description of these parameters. Did not yet find my way to find all the information?
Thanks for helping this newcomer in multicore programming..
Ralph