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.
Hello, I’m using the PCI in C6455 in the design to upload the data to PC and there is one bug in me design. Here is my problem, when I watch the data I write into the memory space of PCI through the memory window of CCS3.3, I found the data is right, the pictures are as following:
The data is from 0x0001 to 0x3fff as shown above. But when I write the data to a file in PC, the problem comes, there is an extra 0x0D in front of 0x000A, 0x010A, 0x020A and 0x030A. Thus there will be 2053 bytes in the file while actually I write only 2049 bytes. You can see the data as following:
So, here is my problem, can anyone tell me how to find out where the problem comes? Can you recommend me any tools to watch the data read from the DSP through PCI?