搜索资源列表
AT24C01-02-04-08-16-32EEPROM
- 24Cxx I2C EEPROM字节读写驱动程序,芯片A0-A1-A2要接GND(24C65接VCC,具体看DataSheet)。 现缺页写、页读,和CRC校验程序。以下程序经过50台验证,批量的效果有待考察。 为了安全起见,程序中很多NOP是冗余的,希望读者能进一步精简,但必须经过验证。 Atmel 24C01 比较特殊,为简约型,为其单独编程-24Cxx I2C EEPROM byte read and write driver, Chip A0-A1-A2 access to
software_release
- TOP PORT (USB) 调试接口说明 本接口是利用PL-2303HX的USB转RS232的接口芯片设计实现了一个TTL(5V)的RS232串口,并且利用了PL-2303HX的2个GPIO口软件模拟了一个低速的I2C总线.该接口由USB接口提供5V电压,可自带2Kbit(24C02)数据备份EEPROM (单独读写通道,不占用I2C总线地址)。并可对外提供小于250mA的5V电压。尤其适合WIN-XP以后的没有并口和串口笔记本电脑。整机成本不到¥20RMB。
95m_eeprom
- 计算机并口模拟I2C接口读写EEPROM的程序.
USB设备CH372/CH375调试程序
- 此文件包含了CH372/CH375调试程序的全部源代码,以及执行程序。包括检测设备属性,上传下载数据等功能。 用于MCS51单片机的内置USB调试固件程序 用于连接CH372或者CH375的单片机进行简单的调试功能 可以用include直接包含到应用系统的主程序中,或者添加到工程项目中 CH372DBG.C 为单片机端的子程序,内有主程序示例 CH37D51.C 为计算机端的子程序,内有主程序示例 ******************************* 实例 MCU目录下为单片机端的主程
eeprom24
- I2C读写源程序,用汇编6502实现,有对AT24C32SC(EEPROM)的读写访问的实际应用。-I2C
i2c-read_write
- eepROM读写程序 由于硬件不大相同 所以可作为参考程序 -EepROM reading and writing program by hardware quite different as the reference for the program can be so
iic_func_module
- 基于verilog的对eeprom的读写,该eeprom是基于I2C的读取,里面对时序的理解比较独特,大家可以自己揣摩-Based verilog read and write to eeprom, the eeprom is based I2C read inside relatively unique understanding of the timing, we can try to figure out
CPPBuilder_I2C_AT24C02
- Ginkgo USB转I2C适配器的C++ Builder版本测试源码,程序读写控制AT24C02 EEPROM储存器-Ginkgo USB to I2C adapter C++ Builder version of the test source code, the program read and write control AT24C02 EEPROM memory
VB_I2C_AT24C02
- Ginkgo USB转I2C适配器VB测试源码,程序主要功能为读写控制AT24C02 EEPROM存储器-Ginkgo USB to I2C adapter VB test source, the program main function is to read and write control AT24C02 EEPROM memory
Python_I2C_AT24C02
- Ginkgo USB转I2C适配器的Python测试程序之AT24C02 EEPROM存储器读写控制-Ginkgo USB to I2C adapter Python testing procedures AT24C02 EEPROM memory read and write control
sim
- i2c代码及modelsim仿真,可以读写eeprom。-i2c code and modelsim simulation, can read and write eeprom.
16-EEPROM
- i2c总线的使用,如何对EEPROM进行读和写,操作时序的一种方法。-I2C use learn to how to induct the EEPROM
eeprom
- 用于模拟真实的EEPROM(AT24C02/4/8/16)的随机读写的功能。对于符合AT24C02/4/8/16要求的scl和sda 随机读/写信号能根据I2C协议,分析其含义并进行相应的读/写操作。-EEPROM (AT24C02/4/8/16) is used to simulate the real random read and write functions. For compliance with AT24C02/4/8/16 requirements scl and sda ran
STM32F107VC_硬件I2C读写EEPROM(标准外设库版本)
- STM32中库函数实现IIC通信,实现读写EEPROM。(Realization of IIC communication by library function in STM32)
I2C
- 在STM32f103zet单片机上通过I2C协议向EEPROM中读写数据(Read and write data to EEPROM through the I2C protocol)