本程序是基于瑞泰公司的ICETEK-DM642-EDUlabv1.2开发板,PCI测试程序。可以在此基础上进行基于pci的上层开发。用ccs打开。
上传时间: 2014-01-14
上传用户:ikemada
Windows下读写硬件的工具. RW - Read & Write utility, for hardware engineers, firmware (BIOS) engineers, driver developers, QA engineers, performance test engineers, diagnostic engineers, etc., This utility access almost all the computer hardware, including PCI (PCI Express), PCI Index/Data, Memory, Memory Index/Data, I/O Space, I/O Index/Data, Super I/O, Clock Generator, DIMM SPD, SMBus Device, CPU MSR Registers, ATA/ATAPI Identify Data, ACPI Tables Dump (include AML decode), Embedded Controller, USB Information and LPT Remote Access. And also an Command Window is provided to access hardware manually.
标签: engineers firmware hardware Windows
上传时间: 2015-07-01
上传用户:xc216
This application note describes a method for developing block-oriented I/O device drivers for applications that use the DSP/BIOS real-time kernel and includes examples that run with Code Composer Studio v2.1 on the Texas Instruments TMS320C5402 and TMS320C6711 DSP Starter Kits (DSKs). The device driver model presented here has now been superceded with an updated version that supports not only block oriented devices, but also devices such as UARTs, PCI and USB buses and Multimedia cards. Documentation on the updated driver model as well as example drivers and source code can be found in the Device Driver Developer s Kit product now available for download from the TI Developer s Village.
标签: block-oriented application developing describes
上传时间: 2015-07-07
上传用户:kelimu
RW - Read & Write utility, for hardware engineers, firmware (BIOS) engineers, driver developers, QA engineers, performance test engineers, diagnostic engineers, etc., This utility access almost all the computer hardware, including PCI (PCI Express), PCI Index/Data, Memory, Memory Index/Data, I/O Space, I/O Index/Data, Super I/O, Clock Generator, DIMM SPD, SMBus Device, CPU MSR Registers, ATA/ATAPI Identify Data, ACPI Tables Dump (include AML decode), Embedded Controller, USB Information and LPT Remote Access. And also an Command Window is provided to access hardware manually. Website1: http://rw.net-forces.com/ Website2: http://home.kimo.com.tw/ckimchan.tw/ Website3: http://jacky5488.myweb.hinet.net/ For best view, please change the screen resolution to 1024 x 768 (or above) pixels.
标签: engineers developers firmware hardware
上传时间: 2013-12-22
上传用户:王楚楚
我搜索了这个网站,见提供的CD player都是 c++,delphi源程序的;我就提供一个用win32汇编写的CD player。功能跟界面绝对不输于用上面软件编写的,具体功能如下: 1. CD loop. 2. Track loop. 3. Random track play. 4. Track sample. 5. Play list. 6. Track select. 7. Master volume control. 8. CD Speaker volume controls. 9. Multiple CD drive support.
上传时间: 2015-07-14
上传用户:远远ssad
linux下PCI_CAN 的驱动程序,对挂载在PCI总线上的CAN总线的驱动的开发很有借鉴作用。可以看出它明显有别于其他总线下CAN的驱动开发。
上传时间: 2013-12-09
上传用户:蠢蠢66
sm501-712 linux驱动源码,可以用在INTEL(MARVELL)的IXP4XX和PXA系列处理器上,该芯片支持PCI和本地总线两种方式,是嵌入式系统实现图形显示的完美选择。
上传时间: 2014-09-07
上传用户:cmc_68289287
这是一篇论文,内容是基于PCI 和USB总线的开放式运动控制器开发,包括硬件和软件方面的设计。以及PCI与USB驱动程序的写法介绍
标签: 论文
上传时间: 2013-12-30
上传用户:lunshaomo
本驱动程序在linux2.6.17中测试通过。yangxing msn:lelma_yx@hotmail.com 希望对SPI操作的朋友有所帮助。 一、工作方式: 从设备:SPI为MASTER模式 S3C2410:SPI为SLAVE模式+DMA 二、工作流程 1.S3C2410从接收:当从设备发送数据时,S3C2410利用DMA方式收数,收到指定长度的数据,则进入DMA中断,将接收的数据拷出。 2.S3C2410从发送:当S3C2410需要发送,首先由RTS请求发送,然后等待从设备应答CTS,当从设备应答CTS时,进入外部中断,启动DMA发送,发送完成,再次进入从接收状态。 三、文件位置 spi_dma_slave.c spi_dma_slave.h circular_buf.c circular_buf.h 等文件存放入driver/char/目录 dma.c存放于arch/arm/mach-s3c2410/目录 dma.h存放于include/arm-asm/mach-s3c2410/目录 四、使用环境 1.arm-linux-gcc-3.4.1
标签: SPI lelma_yx yangxing hotmail
上传时间: 2015-08-11
上传用户:徐孺
常见的接口:1、并行接口(每一次传送一个字或字节的全部代码)INTEL 8255,MC6820,Z80_PIO,传送的距离比较近。 2、串行接口:数据和控制信息是一位一位串行地传送下去,距离比较远,通常COM1使用是9针D形连接器,COM2使用是老式的DB25针连接器, 3、磁盘接口 (1)IDE接口,集成驱动器电子部件,不支持DMA数据传送,只使用标准的PCI/O端口指令来传送所有的命令,状态等 (2)EIDE接口, 4、SCSI接口。具有多任务接口,具有总线仲裁功能。按同步或异步方式传输数据,可分单端和差分传送方式,是智能化设备。 5、USB接口。
上传时间: 2015-08-17
上传用户:gtf1207