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.

c6678的pcie的dma传输问题



板卡使用的是ti的仿真版,程序是在ti自带pcie测试程序(仅有单字读写测试)的基础上改得,新添的dma程序是自己编写。程序定义了512个顺序数,从0到511,先通过dma方式从RC板发给EP板,发现EP板接收到的数据前八个数据和最后八个数据显示都是0,正常应该是0-7和503-511。dma一次打包128bytes数据,用的是AB模式传输,参数都没有错,现在不知道问题出在哪。