Welcome![Sign In][Sign Up]
Location:
Search - linux eeprom

Search list

[SourceCodeeeprom模块程序

Description: eeprom模块程序,用于嵌入式Linux的eeprom驱动,外加能应用于android的JNI和JAVA源码
Platform: | Size: 306713 | Author: nemo211 | Hits:

[SourceCodei2c read eeprom

Description: linux下通过i2c设备 读写eeprom
Platform: | Size: 1461 | Author: oreywei@qq.com | Hits:

[Embeded Linuxiic_driver

Description: IIC的驱动程序,平台是基于s3c2410的. 并做了EEPROM的一个测试程序 -IIC of the driver, s3c2410 platform is based on the. the EEPROM and do a test procedure
Platform: | Size: 14336 | Author: | Hits:

[Embeded Linuxat24c04driver

Description: EEPROM AT24C04在uClinux下的简单驱动-EEPROM AT24C04 in uClinux simple drive
Platform: | Size: 2048 | Author: | Hits:

[OtherPL2303

Description: Full compliance with the USB Specification v1.1 and USB CDC v1.1  Support the RS232 Serial interface  Support automatic handshake mode  Support Remote wake-up and power management  256 bytes buffer each for upstream and downstream data flow  Support default ROM or external EEPROM for device configuration  On chip USB transceiver  On chip crystal oscillator running at 12M Hz  Supports Windows 98/SE, ME, 2000, XP, Windows CE3.0, CE .NET, Linux, and Mac OS  28 Pins SOIC package 28
Platform: | Size: 129024 | Author: 杜远鹏 | Hits:

[Other2440test

Description: arm s3c2440一个测试文件,里面包括LCD,EEPROM等-arm s3c2440 a test document, which includes LCD, EEPROM, etc.
Platform: | Size: 7564288 | Author: henry | Hits:

[Linux-Unixi2c_rtc_linux

Description: linux i2c driver for eeprom-linux i2c
Platform: | Size: 21504 | Author: 牛也 | Hits:

[Linux-UnixexStbEeprom

Description: linux下eeprom的驱动, 支持所有嵌入式下的eeprom-eeprom driver in linux
Platform: | Size: 2048 | Author: liubo | Hits:

[Embeded-SCM Developi2c

Description: 2440 iiC 测试源码 出于嵌入式linux技术开发一书-2440 iic test
Platform: | Size: 33792 | Author: sblpp | Hits:

[Linux-Unixrtcdriver

Description: atmel9200,rtc芯片为ds1306,并带一个EEprom,linux下的驱动,编译调试全部通过!-atmel9200, rtc chip ds1306, and bring an EEprom, linux under the driver, compile debug all passed!
Platform: | Size: 59392 | Author: 彭雪峰 | Hits:

[Embeded Linuxi2c-eeprom-090804

Description: linux下读写EEROM的应用程序,I2c接口的,应用linux自带的I2C驱动-to read and write EEROM under linux applications, I2c interface, the application comes with I2C driver linux
Platform: | Size: 14336 | Author: 流域 | Hits:

[Embeded LinuxDesign_and_Implementation_of_IIC_Drivers_Based_on_

Description: 摘要:为了设计出稳定可靠的驱动程序,首先介绍 IIC 总线数据传输的时序和嵌入式 Linux 系统驱动程序的框架结构, 然后分 析了基于 ARM9 嵌入式 Linux 系统 IIC 设备驱动程序设计的技术难点及解决方法, 最后介绍了基于 X1227 芯片 EEPROM设 备驱动程序的实现步骤。-Abstr act:To design credible drivers, first introduces the time sequence of data transmission on IIC bus and frame of driver in embed- ded linux ,then analyses difficulties of designing driver based on ARM9 embedded linux , finally introduces approach of designing EEPROM drivers based on X1227
Platform: | Size: 140288 | Author: huitng | Hits:

[Embeded Linuxds12c887.tar

Description: linux S3C2410下 DS12C887总线扩展的驱动程序和应用程序,保护RTC和EEPROM功能-On linux S3C2410 platform,DS12C887 driver program and test program,including RTC and EEPROM function
Platform: | Size: 17408 | Author: seanma | Hits:

[Linux-UnixLinux-driver-development15

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第15章、Linux的I2C核心、总线与设备驱动。I2C总线仅仅使用SCL、SDA这两根信号线就实现了设备之间的数据交互,极大地简化了对硬件资源和PCB板布线空间的占用。因此,I2C总线被非常广泛地应用在EEPROM、实时钟、小型LCD等设备与CPU的接口中。Linux系统定义了I2C驱动体系结构,在Linux系统中,I2C驱动由3部分组成,即I2C核心、I2C总线驱动和I2C设备驱动。这3部分相互协作,形成了非常通用、可适应性很强的I2C框架。6.1节对Linux I2C体系结构进行分析,讲解3个组成部分各自的功能及相互联系。6.2节对Linux I2C核心进行分析,讲解i2c-core.c文件的功能和主要函数的实现。6.3节、6.4节分别详细介绍I2C总线驱动和I2C设备驱动的编写方法,给出可供参考的设计模板。6.5节、6.6节以6.3节和6.4节给出的设计模板为基础,讲解S3C2410 ARM处理器I2C总线驱动及挂接在其上的SAA7113H视频模拟/数字转换芯片设备驱动的编写方法。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 15, Linux the I2C bus and core, device drivers. The I2C bus use only the two root, SDA SCL signal will achieve the data interaction between equipment, greatly simplified the hardware resources and PCB wiring space take up. Therefore, the I2C bus is very widely used in EEPROM, real clock, small LCD equipment and CPU interface. Linux system defines the I2C drive system structure in Linux, system, the I2C driven by three parts, namely the I2C core, the I2C bus driver and the I2C device drivers. The three parts of the cooperation and formed very general, can vary adaptive the I2C framework. Section 6.1 the I2C system for Linux analyzed the structure, the explanation is 3 part of their respective functions and to each other. Section 6.2 to Linux
Platform: | Size: 593920 | Author: 华清远见 | Hits:

[Linux-Unixlinux-i2c-eeprom

Description: 实现了s3c6410通过i2c总线对eeprom的读写-Achieved through s3c6410 i2c bus read and write to the eeprom
Platform: | Size: 4096 | Author: lj | Hits:

[Embeded Linuxeeprom

Description: s3c2440 arm linux eeprom 驱动-linux eeprom driver linux eeprom driver
Platform: | Size: 3072 | Author: 刘广征 | Hits:

[Driver Developeeprom

Description: eeprom设备在S2440上的linux驱动程序-eeprom driver on arm9 s2440
Platform: | Size: 3072 | Author: zhanghj | Hits:

[Embeded LinuxAT2402

Description: Linux EEPROM 2402的Linux驱动代码。-Linux driver code in Linux EEPROM 2402.
Platform: | Size: 6144 | Author: Chase | Hits:

[Linux-Unixeeprom

Description: Implements an interface for i2c compatible eeproms to run under Linux.
Platform: | Size: 5120 | Author: guiguinu | Hits:

[Linux-Unixflexcop-eeprom

Description: Linux driver for digital TV devices equipped with B2C2 FlexcopII(b) III.
Platform: | Size: 1024 | Author: jongcingque | Hits:
« 12 3 »

CodeBus www.codebus.net