CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - i2c总线协议

搜索资源列表

  1. I2C

    0下载:
  2. I2C 总线规范, I2C协议,时序编程讲解。 细致。是I2C编程的学习手册。-I2C bus specification, I2C agreement on timing programming. Detailed. I2C programming is the study manual.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-30
    • 文件大小:787199
    • 提供者:fiekis
  1. i2cBUS

    0下载:
  2. 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
  3. 所属分类:Com Port

    • 发布日期:2014-11-19
    • 文件大小:549971
    • 提供者:lipuran
  1. 80C51_1

    0下载:
  2. 1.异步通信软件模拟2.基于RS-232的串口通信3.基于RS-485的多机通信4. I2C总线协议的软件实现5. SPI总线在单片机系统中的实现6.-wire-1. Asynchronous communication software simulation 2. Based on the RS-232 serial communication 3. Based on the RS-485 Multi-machine communication 4. I2C bus protocol soft
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:64242
    • 提供者:hdm
  1. dpj

    0下载:
  2. 单片机数据传输接口技术研究,是一篇毕业论文,1 引言 2 单片机数据传输接口概述 2.1 单片机并行数据接口 2.2 单片机串行数据接口 2.3 串行数据接口扩展 3 I2C总线接口 3.1 I2C总线协议 3.2 I2C总线接口(协议)的软件模拟 3.3 实例---- I2C总线接口8位模数/数模转换器PCF8591 4 SPI串行总线接口 4.1 SPI串行总线协议 4.2 SPI串行总线器件 4.3 实例----SPI接口
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:245390
    • 提供者:li enpeng
  1. ch17_I2C

    0下载:
  2. I2C总线协议,可以在quartus上仿真综合,通用性比较好-I2C bus protocol, the simulation can be integrated in quartus, better versatility
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:421691
    • 提供者:tanglei
  1. I2C

    0下载:
  2. I2C总线协议(中文版) 对I2C总线协议的器件使用很有帮助,例如24c04 ds1302等的使用-I2C bus protocol (Chinese version) on the I2C bus protocol to use helpful devices, such as the use of such 24c04 ds1302
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:782259
    • 提供者:郭祥峰
  1. I2C

    0下载:
  2. I2C总线协议的软件实现-Software implementation of I2C bus protocol. . . . . . . . .
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:10608
    • 提供者:刘志成
  1. I2C

    0下载:
  2. I2C总线大全 I2C器件的操作 I2C总线C语言源程序 I~2C总线串行通信技术及其应用 I2C总线时序分析及其模拟 i2c总线协议(中文版)-Daquan I2C-bus I2C bus I2C device operation C language source code I ~ 2C bus serial communication technology and its applications Analysis and Simulation of I2C Bus T
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-16
    • 文件大小:4443600
    • 提供者:JEFF
  1. opencores_i2c

    0下载:
  2. I2C 总线协议通过两线串行数据SDA 和串行时钟SCL 线在连接到总线的器件间传递信息,每个器件都有一个唯一的地址识别,而且都可以作为一个发送器或接收器.-Through the two-wire I2C serial bus protocol data SDA and serial clock SCL line is connected to the bus transfer information between devices, each device has a unique addr
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:227997
    • 提供者:houge
  1. CPLD1270-I2C

    0下载:
  2. I2C总线是一种非常常用的串行总线,它操作简便,占用接口少。本程序介绍操作一个I2C总线接口的EEPROM AT24C02的方法,使用户了解I2C总线协议和读写方法。 实验过程是:按动开发板键盘某个键CPLD将拨码开关的数据写入EEPROM的某个地址,按动另外一个键,将刚写入的数据读回CPLD,并在数码管上显示。(sw0为写入,sw1为读出)-I2C bus is a very popular serial bus, it is simple, taking less interface.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:494057
    • 提供者:ql
  1. I2C-bus

    0下载:
  2. 现在,已经有越来越多的外围器件与微控制器的接口形式是二线制的I2C串行总线,学会其基本操作已经成为广大电子电气工程师爱好者的迫切要求。鉴于I2C总线协议原文内容十分详尽,对于总线协议的初学者可能不把握,本文特意非常简要地介绍了I2C总线的概念、优点和基础协议,可以帮助您尽快掌握具体器件的用法,也为进一步深入学习掌握I2C总线打好基础。-now,I2C-BUS more popular in EEPROM and mcu ,it is a two-line serial bus.
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:212133
    • 提供者:薛月
  1. I2C

    0下载:
  2. I2C总线协议驱动,C语言编写,适用于各单片机或嵌入式linux-I2C bus protocol driver, C language, for each device or embedded linux
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-16
    • 文件大小:35776
    • 提供者:jack
  1. I2C

    0下载:
  2. 51单片机实现I2C总线协议,注释清晰,适合初学者-51 MCU I2C Bus Protocol
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:6031
    • 提供者:万能
  1. I2C-bus-protocol-specification-

    0下载:
  2. I2C总线协议规范(中文版),详细介绍了I2C总线通讯协议的各个细节。-I2C bus protocol specification (Chinese Edition), described in detail the various details of the I2C bus communication protocols.
  3. 所属分类:File Formats

    • 发布日期:2017-03-22
    • 文件大小:800177
    • 提供者:zzm
  1. i2c-time

    0下载:
  2. I2C总线协议应用,利用单片机中断实现可以记忆的时钟,程序自己已经调试过,绝对能用-I2C bus protocol applications, the use of the microcontroller interrupt memory clock, program debugging, and absolutely can
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2066
    • 提供者:廖桂林
  1. I2C

    0下载:
  2. 关于I2C总线协议的verilog代码,里面包括了3个verilog代码-I2C bus protocol verilog code, which includes three verilog code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-16
    • 文件大小:2373
    • 提供者:wangxiaobin
  1. MCU-agreement-program-of-I2C-bus

    0下载:
  2. 这是一个51单片机I2C总线协议的源程序,是用C程序写的,是我自己写的,可以在51单片机上成功运行。-This is a 51 MCU I2C bus protocol source code is written in C program, I wrote it myself, can run successfully on 51 SCM.
  3. 所属分类:SCM

    • 发布日期:2017-11-16
    • 文件大小:730
    • 提供者:杨备备
  1. i2c

    0下载:
  2. I2C总线协议的verilog 可直接应用 -I2C bus protocol verilog can be applied directly
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-26
    • 文件大小:973311
    • 提供者:毕禹昕
  1. I2c-design-basedNios-II-

    0下载:
  2. 基于FPGA的NIos II嵌入式系统通过I2C总线协议对串行电可擦写可编程只读存储器(AT24C02)进行读写操作,通过串口调试工具查看数据的传输是否正确。-NIos II FPGA-based embedded systems through the I2C bus protocol on the serial electrically EPROM (AT24C02) read and write operations, through the serial port debugging t
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-24
    • 文件大小:13424782
    • 提供者:赵小强
  1. I2C-code

    0下载:
  2. I2C总线协议 Verilog源代码.试过,没有错误!可以直接使用-I2C bus protocol Verilog source code. Tried, no errors! Can be used directly
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-03
    • 文件大小:8920
    • 提供者:奥蕾
« 1 23 4 5 6 7 »
搜珍网 www.dssz.com