This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I am new to DSP but I can write good C code.
I have two TMS320C6455 DSP Starter Kits and I want to establish direct communication between them. One of the two kits have a C codethat models the transmitter of a digital communication system. This C code periodically generates an array of numbers which I think will be in the L2 memory. I want this array to be transfered to the second kit which will have the C code of the receiver of this digital communication system. I want to be able to do this process periodically such that one kit models the transmitter and the other kits has the model of the receiver of the communication system. Is this possible? If yes, where do I start from? what are the possible way to do this transfer at the highest possible speed in bits per seconds. What document can help me?
Thanks
Essam Sourour
You can find a great library for doing SRIO transactions, the DIOLib, at https://gforge.ti.com/gf/project/sriodirectiolib.
You will also find some useful information in the Wiki pages and elsewhere in this E2E Forum by searching on DIOLIB.