Hello,
We are 2 students and are currently evaluating Serial Rapid IO on an evaluation board (Spectrum Digital EVM) that features two TMS320C6474 DSPs. We are using the latest Code Composer version 4 to program the DSPs and read the registers. We are using Message Passing protocol to try sending a single message of 256B.
We use a buffer of 256 Byte in the L2 memory and a head pointer in the “RapidIO Descriptor Memory” (02E0 0000)
However, when we set the “QUEUE_TXDMA_HDP” with our Head pointer the RapidIO port doesn't set the ownership bit to 0x0.
It assumes the CPU doesn't reclaim the buffers.
We would like to know howto setup the SRIO message passing.
Cheers