Part Number: TMS320C6678
Tool/software: Code Composer Studio
Hello
I have C6678 (TMDXEVM6678L v2.0) connected to FPGA (Virtex6 ipcore Serial RapidIO Gen2 v1.7).
I'm trying to run a simple write-read test:
1. C6678 write data to FPGA (NWRITE or NWRITE_R)
2. C6678 read data back (NREAD)
3. Check data
Results:
1. Write operation:
FPGA: data successfully received and stored in memory, if FTYPE = NWRITE_R fpga sends response
C6678: if FTYPE = NWRITE_R completion code = 1 (timeout)
2. Read operation
FPGA: read request successfully received, fpga reads data from memory and sends response with data
C6678: completion code = 1 (timeout), no data received
After sending the response FPGA receives PA-symbol (Packet Accepted)
Why c6678 does not accept responses from FPGA?