文件名称:Pcidriver
介绍说明--下载内容均来自于网络,请自行研究使用
PCI驱动编程实例,通过PCI可实施操作:
2、通过DMA方式往SDRAM写数据的步骤:
(1) 往OMB1写传输数据次数
(2) 往OMB2写所要访问的SDRAM地址
(3) 往FIFO写2
3、通过DMA方式从SDRAM读数据的步骤:
(1) 往OMB1写传输数据次数
(2) 往OMB2写所要访问的SDRAM地址
(3) 往FIFO写3
-PCI-driven programming examples, can be implemented through the PCI operation : 2, DMA SDRAM write data to the steps : (a) to transfer data OMB1 write the number (2) to OMB2 was to be visited SDRAM Address (3) to FIFO write 2 3 through DMA side SDRAM-time data from the steps : (a) to transfer data OMB1 write the number (2) to OMB2 was to be visited SDRAM Address (3) to write FIFO 3
2、通过DMA方式往SDRAM写数据的步骤:
(1) 往OMB1写传输数据次数
(2) 往OMB2写所要访问的SDRAM地址
(3) 往FIFO写2
3、通过DMA方式从SDRAM读数据的步骤:
(1) 往OMB1写传输数据次数
(2) 往OMB2写所要访问的SDRAM地址
(3) 往FIFO写3
-PCI-driven programming examples, can be implemented through the PCI operation : 2, DMA SDRAM write data to the steps : (a) to transfer data OMB1 write the number (2) to OMB2 was to be visited SDRAM Address (3) to FIFO write 2 3 through DMA side SDRAM-time data from the steps : (a) to transfer data OMB1 write the number (2) to OMB2 was to be visited SDRAM Address (3) to write FIFO 3
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 55593362pcidriver.zip 列表 CANCEL.C CREATE_CLOSE.C ISR_DPC.C MAKEFILE makefile.inc MISC.C OSR-IOCTL.H OSR-PCI.H osrwdmpnp.inf pci-wdm.sys PCI_SAMPLE.C pnp.c readme.txt READ_WRITE.C SOURCES WIN98.INF