搜索资源列表
I2C AT24C02
- 本文件是一个E2PROM的应用程序, 大家可以根据自己的需要进行更改, 以满足不同的需要.-This document is an E2PROM applications, we can according to their need for changes to meet different needs.
USB转I2C接口
- USB通信具有快速,热插拔的特性,可以广泛的应用到与计算机通信的地方。本示例是计算机通过USB总线,控制单片机对I2C E2PROM进行读写操作。下位机电路主要采用广州周立功单片机发展有限公司推出的USB Smart Board,*一个24系列的E2PROM。-USB Communication is fast, hot swap features can be applied to a wide range of computer and communications areas. This
i2c读写代码C语言
- i2c读写代码C语言,通过控制I2C控制器,设置I2C时序来读写E2PROM的源代码,很有帮助-i2c read and write C-language code by controlling I2C controller, I2C set E2PROM timing to read and write the source code, helpful
e2prom
- e2prom通过i2c总线的读写 注释少了点 自己编的
I2CINT
- 使用硬件I2C对E2PROM进行操作,利用中断方式操作。-use of hardware I2C E2PROM to operate, using interrupt operation.
E2PROM-1024驱动
- E2PROM1024驱动程序
VHDL 通过I2C协议高速控制E2PROM
- 高速:300M峰值 代码有中文注释,很容易理解
i2c_eeprom.rar
- TMS320F28335 E2PROM例程,通信方式I2C,TMS320F28335 E2PROM routines, means of communication I2C
IIC_ROM_E2PROM.rar
- 此程序是I2C操作平台的底层的C子程序,如发送数据及接收数据,应答位发送。E2PROM的读写程序。,I2C operation of this process is the underlying platform C subroutine, such as the send data and receive data, send response bit. E2PROM process of reading and writing.
STM32108PKT-I2C-E2PROM
- 本例程使用I2C2 来读写M24C02。 本例程使用校验I2C 总线状态的方式,来使的I2C 器件能可靠通行,然后 再根据I2C 协议,读写M24C02,SysTick 用于通信超时控制。 其中,PB10为I2C2 的时钟脚,PB11为I2C2 的数据脚,都配置为复合 功能开漏输出。 -The routine use I2C2 to read and write M24C02. The routine use check the stat
I2C_DSP
- 在DSP上实现I2C的时序,通过编译,可以直接调用读写E2PROM,欢迎大家下载-In the DSP to achieve I2C timing, by the compiler, you can direct calls to read and write E2PROM, welcome you to download
I2C
- 单片机I2C总线设计 程序功能:利用I2C总线写或读E2PROM 向E2PROM写n个数据, 从E2PROM读n个数据, 我们都知道读写E2PROM的控制信号很重要 这里教你如何编写,有详细的解释源码-Single-chip design process I2C bus function: the use of I2C bus to write or read E2PROM write n to E2PROM data from E2PROM reading of n dat
e2prom
- source code for at24c64 interfaced to 89c61x2 keil uvision to be used in conjunction with i2c source code uploaded by me
e2prom
- source code for interfacing pic microcontroller with atmel 24cxx series memory in software i2c mode
I2CreadE2PROM-24C16
- E2PROM-24C16的读写程序,使用I2C总线,ARM7开发平台-E2PROM-24C16 reading and writing program, using the I2C bus, ARM7 development platform
verilogiic1121
- i2c的verilog程序,通过写入eeprom再读出并在seg数码显示管上显示来进行验证-i2c' s verilog program eeprom read by writing out and in the seg digital display tube display to verify
I2C-E2PROM
- 该代码主要在c51上实现I2C的的读写,经调试成功,注释详细,可以供需要的人参考 -The code primarily in the c51 to achieve the read and write I2C, after successful commissioning, detailed notes, you can reference for people in need
I2C-E2PROM
- 用于LPC23XX系列通过I2C总线读写E2PROM的程序-Through the I2C bus for LPC23XX series of programs to read and write E2PROM
InterfacingSerialI2cE2promWithAtmega8
- Interfacing Serial I2c E2prom With Atmega8
I2C-E2PROM
- Use the I2C bus protocol to write or read from a E2PROM. The code shows how to read or write with a specified address.