搜索资源列表
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
e2prom
- e2prom通过i2c总线的读写 注释少了点 自己编的
I2CINT
- 使用硬件I2C对E2PROM进行操作,利用中断方式操作。-use of hardware I2C E2PROM to operate, using interrupt operation.
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
freescale
- 飞思卡尔智能车例程,包括各功能模块:PLL,PWM,I2C,SCI,FLASH,E2PROM,LCD等-Freescale' s Smart car routine, including the functional blocks: PLL, PWM, I2C, SCI, FLASH, E2PROM, LCD, etc.
Chapter_6_Advanced_experiments_part1
- 周立功magic2410实验箱源码 第6章Linux高级实验(part1) 6.1 Linux内核编译实验 6.2 Linux根文件系统实验 6.3 CAT1025读/写实验. 6.4 ZLG7290键盘读取 6.5 USB-E2PROM编程器实验 6.6 SD/MMC卡实验 6.7触摸屏实验 6.8 PCMCIA接口CF卡实验 -Magic2410 week experimental box Ligong source Linux High Chapte
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.