Hello,
I'm using a Spectrum Digital DSK6482 together with its mezzanine card. Both feature a TCI6482 which can exchange data using SRIO.
Is there a ready-to-use library for passing data between these two entities using common data types such as queues?
I've noticed that there is something called RapidIO MQT (SPRAB00) which seems to provide something similar to what I'm looking for. Unfortunately, this requires DSP/BIOS 5. I'm looking for an implementation which does not require DSP/BIOS.
The DSK6482 comes with example code that uses 6482's CSL to let both TCI6482 communicate with each other using SRIO. But this example code is rather inefficient, using busy waiting polling loops.
Thanks for your ideas,
Jerry