搜索资源列表
i2c总线协议(中文版)
- i2c总线协议(中文版),各位感兴趣的可以看看。-i2c Bus Protocol (Chinese version), you can see the interest.
FPGA-I2C
- 利用FPGA 编程实现I2C总线,对学习很有帮助 -FPGA Programming I2C bus, a pair of useful learning
iic
- iic 总线 verilog 源代码 标准i2c总线, 有sda scl 时钟,频率自定
I2C_verilog
- I2C总线是Philips公司推出的双向两线串行通讯标准,具有接口线少、通讯效率高等特点。将I2C总线设计成FPGA内部的模块,可以方便FPGA与其他具有I2C总线的设备通信。
串口存储器
- 提供I2C总线初始化、工作时的启始位、结束位、提供I2C总线的时钟信号,并返回在时钟电平为高期间 SDA信号线上状态。本函数可用于数据发送,也可用于数据接收-provide I2C bus initialization, the Start-end, provide the I2C bus clock signal, the clock and return to the high-level signal line during the SDA state. This function can
i2c总线程序
- 本程序是i2c总线读写一个字节的程序。在写过程序中,不一定非要检测i2c的应答位,可以直接延时过去就行,但是在读过程中必须给应答信号,读完发停止位,一定确认所发的信号都发上了。否则在连续地址读的过程中可能不会出错,但是在随机度过程中就会出错,我的程序就是在给停止信号时没有给上,24cxx一直在输出数据,结果读出错。找着问题后我的程序只加入了一条命令便完全正常。-i2c bus read and write a byte procedures. The written procedure, no
串口ROM
- 串口ROM编程,内部包括了I2C总线的许多内容,启动总线,结束总线-Serial ROM programming, including the internal I2C Bus many elements, initiated bus, the end of bus
RS232-i2c
- RS232-i2c 并口模拟I2C、SPI总线驱动
progammingonline
- 详细说明利用并口模拟I2C总线协议,实现Myson MTV230芯片的在线编程(ISP)过程,以及利用PC机的串口通信实现Winbond W78E516B的在线编程(ISP)过程;阐述PC机的串口与并口在单片机开发中的应用。-Detailed descr iption of the use of parallel simulation of I2C bus protocol to achieve Myson MTV230 chip circuit programming (ISP) proces
i2cBUS
- I2C总线是一种非常常用的串行总线,它操作简便,占用接口少。本程序(verilog hdl)介绍操作一个I2C总线接口的EEPROM AT24C02 的方法,使用户了解I2C总线协议和读写方法。-The I2C bus is a very common serial bus, it is simple, occupy less interface. This program (verilog HDL) introduced operating a AT24C02 EEPROM of I2C
I2C
- 2C总线在传送数据过程中共有三种类型信号, 它们分别是:开始信号、结束信号和应答信号。 开始信号:SCL为高电平时,SDA由高电平向低电平跳变,开始传送数据。 结束信号:SCL为高电平时,SDA由低电平向高电平跳变,结束传送数据。 -I2C
I2C-code-R-W
- I2C总线读写编程,简要的寻址和初始化,可移植性强。-Read and write I2C bus programming, briefly addressing and initialization, portability.
C8051F020-IIC-CODE
- C8051芯片的I2C总线控制程序,包含五段代码(读写EEPROM,主控读写单字节,多字节,被动读写单字节,多字节)-C8051 chip of I2C bus control procedures, including five sections code (reading and writing EEPROM, master literacy single-byte, many bytes, passive literacy single-byte, multibyte)
Proteus-mcu-I2C-Bus
- Proteus仿真单片机I2C串行总线 利用proteus仿真软件实现单片机I2C-Proteus simulation single-chip I2C serial bus proteus simulation software to achieve single-chip I2C
I2C-AT24C02
- I2C总线芯片AT24C02程序设计 C++编程-I2C bus AT24C02 chip program design
I2C
- I2C总线程序,总体时序是可以的,但是还没有调试,所以还不知道写的正确不正确-I2C bus procedures
i2c_ctrl
- FPGA通过i2c总线控制多个e2prom器件进行片选,读写操作-The FPGA chip select, read and write operations through i2c bus control multiple devices e2prom
I2C
- I2C串行总线的组成及工作原理,ppt讲解的非常透彻。学习I2C串行总线控制的可以看看学习学习。-Composition and working principle I2C serial bus, ppt to explain the very thorough. I2C serial bus control study to look at learning to learn.
I2C
- stm32中I2C总线,EEPROM与USARTX之间的关联!
I2C
- verilog实现i2c在总线协议,包括主机和从机,很全面的,费了好大劲整理的-discr iption of i2c protocol