搜索资源列表
CpldandEepromI2c
- verilog 编写的I2c协议程序,用于cpld读写EEPROM-verilog I2c agreement prepared by the procedures for cpld writable EEPROM
vhdl_i2c
- 7. IIC 接口EEPROM 存取实验 按动开发板键盘某个键CPLD 将拨码开关的数据写入EEPROM 的某个地址,按动另 外一个键,将刚写入的数据读回CPLD,并在数码管上显示。帮助读者掌握I2C 的总线协 议和EEPROM 的读写方法。-7. IIC EEPROM Access Interface Development Board experimental pressed a button keyboard CPLD code will go into the data sw
AVR-program
- ATmega 16的各种代码含 AD转换 AT24C02的I2C DS1302 EEPROM读写 PWMO控制LED 按键 定时器0的快速PWM 定时器0的相位修正PWM 定时器0的溢出 定时器1的捕捉 异步串口UART 同步SPI-ATmega 16 a variety of code containing AD converter AT24C02 I2C DS1302 EEPROM read and write PWMO
i2c
- IIC 接口EEPROM 存取实验(verilog实现) 按动开发板键盘某个键 CPLD 将拨码开关的数据写入EEPROM 的某个地址,按动另 外一个键,将刚写入的数据读回CPLD,并在数码管上显示。帮助读者掌握I2C 的总线协 议和EEPROM 的读写方法。-verilog
verilog
- 通过I2C接口读写EEPROM 在本项目中,我们利用Verilog HDL实现了部分I2C总线功能,并能够通过该总线对AT24C02进行读写操作。为了便于观察读写eeprom的结果,我们将读写的数据同时显示在七段数码管上,并设定读写的数据从0到255不断循环,这样就可以方便进行比较。 -Through the I2C interface to read and write EEPROM in this project, we use Verilog HDL to achieve some o
i2c
- 用VHDL写的I2C控制器,可以读写EEPROM,比较经典。-Written with VHDL I2C controller, you can read and write EEPROM, more classic.
vhdl3
- CAT1025是基于微控制器系统的存储器和电源监控的完全解决方案。它们利用低功耗CMOS技术将2kbit的串行EEPROM存储器和带掉电保护的系统电源监控电路集成在一起。存储器采用400kHz的I2C总线接口。我们将数据通过I2C总线的写操作送到EEPROM里面,然后,再通过I2C总线的读操作将其读出。-CAT1025 is based on the micro-controller system memory and power monitoring of complete solution.
I2C_EEPROM_RW
- I2C master设备的verilog实现,验证了对eeprom的读写-I2C master eeprom
CPLD1270-I2C
- I2C总线是一种非常常用的串行总线,它操作简便,占用接口少。本程序介绍操作一个I2C总线接口的EEPROM AT24C02的方法,使用户了解I2C总线协议和读写方法。 实验过程是:按动开发板键盘某个键CPLD将拨码开关的数据写入EEPROM的某个地址,按动另外一个键,将刚写入的数据读回CPLD,并在数码管上显示。(sw0为写入,sw1为读出)-I2C bus is a very popular serial bus, it is simple, taking less interface.
eeprom_i2c
- Verilog 编写的eeprom的i2c读写功能-Written in Verilog the i2c eeprom read and write capabilities
I2C
- I2C通信协议的C语言形式,可以使用这个用来和读写EEPROM-I2C communication protocol C-language form, you can use this to read and write EEPROM
EEPROM
- EEPROM读写实验,通过I2C进行读写 熟悉并掌握(存储芯片AT2402)的操作,有保存和读取操作 -EEPROM read and write experiments, read and write familiar with and through the I2C master (memory chips AT2402) operation, a save and read operations
I2C_v
- 本工程主要是介绍操作一个I2C总线接口的EEPROM AT24C08的方法,使用户了解I2C总线协议和读写方法。 2、通过JTAG口把I2C_FPGA.sof下载到FPGA后,请先长按reset按键大约1秒左右,以进行初始化。按一下实验板上的KEY1键,计数器加1计算,并把计算结果写入EEPROM,并同时显示在数码管最低位,按KEY0把EEPROM的数据读取出来,并显示在数码管上。-Operation of this project is to introduce an I2C bus inte
I2C-24C01
- AVR twi读写eeprom的程序及驱动-AVR twi read and write eeprom program and driver
I2C_EPM3128(v1.00)
- 本程序是使用 VHDL 语言开发的, 能够实现ALTERA CPLD-EPM3128A 通过I2C总线对EEPROM的读写。-This program is developed using VHDL language can of ALTERA CPLD-EPM3128A through the I2C bus EEPROM read and write.
eeprom
- 实现I2C协议下EEPROM存储的数据读写控制-Under I2C protocol to achieve read and write data stored in EEPROM control
I2C_verilog_bus
- I2C总线是一种非常常用的串行总线,它操作简便,占用接口少。本程序介绍操作一个I2C总线接口的EEPROM AT24C02 的方法,使用户了解I2C总线协议和读写方法。-I2C bus is a very common serial bus, it is simple to operate, take up less interface. This procedure describes the method of operation of an EEPROM AT24C02 I2C bus
AT24CXX
- 使用标准VHDL编写的I2C协议,用于AT24XX系列的EEPROM读写。-use VHDL language to implement IIC protocol, which is able to read or write eeprom.
i2c_eeprom
- 采用I2C总线读写EEPROM,较好地展示了I2C协议,是练习I2C协议的好实例-Using I2C bus to read and write EEPROM, to better show the I2C protocol, is to practice good examples of the I2C protocol
I2C_EPM3128
- EPM3128 与EEPROM的读写。EPM328用VHDL语言描述了I2C总线。-EPM3128 and EEPROM read and write. EPM328 uses VHDL language to describe I2C bus line.