Hello,
I'm currently using an Omapl138 with DSPlink to do this kind of processing:
UPP -> DSP processing -> GPP -> SATA.
I want to provide to my customer a way to let them launch their custom algo once they get data on GPP.
I think c6accell is the way to go.
But how to integarte C6accell in parallel of my current app?
I see two ways, (I have no experience with codec server so perhaps I'm completely wrong...) :
1/ integarte a codec server in parallel of my current tasks.
But how I will be sure C6accell codec server will not interfere with my dsplink current communication? (And moreover I will surely want to use CMEM so even more complex...)
As C6accell will only be used as customer code acceleration, can I isolate the C6accel server from my data grabbing app?
2/ Integarte my current code into an xdais codec and put it into C6accel.
But how to manage UPP SIO into the codec, not sure it was designed for that.
I read some interesting info in a document from DSPbridge telling that the good way to do is to put some node thread doing IO and xdais task being feed by these I/O thread. But how to handle this with C6accell?
Any help welcomed!
Regards,
Pep