搜索资源列表
I2CINT
- 使用主模式I2C向E2PROM写入10个字节的数据,然后读出校验,供大家参考!
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
7X256develpmentboard
- AT91SAM7X256开发板原理图,PHY芯片为RTL8201,有串口,板上有SD卡接口,有SPI的FLASH和I2C的E2PROM-AT91SAM7X256 development board schematics, PHY chip RTL8201, a serial port, a SD card interface board, with SPI, I2C FLASH and the E2PROM
WR24C256
- 使用硬件I2C对E2PROM进行操作,利用中断方式操作。-Use the hardware I2C on the E2PROM to operate, the use of interrupt operation.
e2prom
- source code for at24c64 interfaced to 89c61x2 keil uvision to be used in conjunction with i2c source code uploaded by me
89c52_i2c
- 本压缩包含有I2C协议文档,用89c52模拟I2C协议写的一个读写e2prom程序,极具参考价值,是大家学习IIC协议首选源码。-The compressed document contains the I2C protocol, simulate 89c52 I2C protocol written e2prom program ,have great reference value, it is our preferred source to learn IIC protocol.
e2prom.c.tar
- Hellooo!!! Its my first upload on pudn. When I was begging on embedded systems, I ve had a problem with how to write and how to read on I2C memory. So I will post to you a simple routine for to do this. I hope that you enjoy!
I2C-E2PROM
- 用于LPC23XX系列通过I2C总线读写E2PROM的程序-Through the I2C bus for LPC23XX series of programs to read and write E2PROM
MY_I2C_TEST
- LPC2194处理器,外扩E2PROM,工程用 I2C实现对E2PROM的读写操作,I2C采用中断的方式实现,已调通,已在项目中使用。-The processor LPC2194 with E2PROM.The project uses I2C with interrupt to write and read the E2PROM.