刚接触PCIe,想用PCIe口与PC通信,EP模式。把板子插到PC上之后,通过windriver能查看到TI设备,但是用PCItree不能看到,这样正常吗?我运行的程序目录是pdk_C6670_1_0_0_17\packages\ti\drv\exampleProjects\PCIE_exampleProject。我的理解接下来应该通过PC往PCIe口发数据,用windriver可以吗,还是还要先做什么环境配置?新手上路,多多指教
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.
您好,
将板卡设置成PCIe boot后,插到PC上就应该能被检测到设备,这说明已经正常。
如果实在linux系统下实现PC与PCIe板卡的通信,可以参考mcsdk_install_path\tools\boot_loader\examples\pcie下面的PCI例子,其中linux_host_loader下的pciedemo.c就是实现通过PCIe向DSP memory读写数据的操作。
如果实在windows下进行,则需要windriver生成驱动,具体可参考www.deyisupport.com/.../7449.aspx