Forums » Software Development »
Data Transfer over DSPLink
Added by Christian Rückl over 11 years ago
Hi,
I was able to run the "DSP Hello World" totorial in the wiki but there i can only transfer messages between both cores. Is there a, more or less, easy way to modify your "DSP Hello World" example to transfer other datas? How can I transfer floats?
thanks,
Christian
Replies (2)
RE: Data Transfer over DSPLink - Added by Michael Williamson over 11 years ago
Messages don't have to be strings. You can create message structures (and include headers, for example, that contain message IDs, etc.) and overlay them onto the buffers passed using the APIs....
-Mike
RE: Data Transfer over DSPLink - Added by Christian Rückl over 11 years ago
Great!
This works
Thanks,
Christian