CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - EEPROM I2C

搜索资源列表

  1. ROM

    0下载:
  2. 使用F2812,用普通IO口模拟I2C,访问外部EEPROM芯片-Use F2812, with ordinary analog IO I2C, access to external EEPROM chip
  3. 所属分类:DSP program

    • 发布日期:2017-04-10
    • 文件大小:1202
    • 提供者:djt
  1. ds1307_Soft_i2c_avr_simulation

    0下载:
  2. reading a value a from the eeprom using i2c protocol
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-03
    • 文件大小:25376
    • 提供者:saranvenkateshs
  1. F41x_SMBus_EEPROM

    0下载:
  2. 这个程序通过C8951F41x 的I2C接口,与256字节的EEPROM通讯。-This example demonstrates how the C8051F41x SMBus interface can communicate with a 256 byte I2C Serial EEPROM (Microchip 24LC02B).
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:6576
    • 提供者:1
  1. 24c64

    0下载:
  2. 24C64也是EEPROM,但不同的是24C64是I2C接口的,容量也要更大些,用来存储较大容量的数据,甚至在某些单片机中可以用作程序存储器-24 popular c64 block and EEPROM, but different popular c64 is the I2C interface is 24, capacity should also be larger, used to store large capacity of data, even in some of the si
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:10689
    • 提供者:陈怀
  1. AT24C_prog

    0下载:
  2. AT24Cxx I2C EEPROM 驱动程序--EEPROM driver program for AT24Cxx I2C.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-13
    • 文件大小:1787
    • 提供者:dentBar
  1. CAT24C128

    0下载:
  2. 这是snap语言,演示通过I2C与串行EEPROM芯片接口-This is a snap language, presentation and through the I2C serial EEPROM chip interface
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-11
    • 文件大小:1209
    • 提供者:tbelieve
  1. CAT24WC02

    0下载:
  2. 使用LPC2200模拟EEPROM器件CAT24WC02。LPC2200具有硬件I2C接口,使用其从方式进行-Analog EEPROM using the LPC2200 devices CAT24WC02. LPC2200 with hardware I2C interface, the use of it from the way
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-12
    • 文件大小:1439
    • 提供者:ddeInde
  1. EEPROM2

    1下载:
  2. I2C协议的EEPROM的verilog程序,调试成功,可以根据系统的需求更改参数,程序中实现了连续读-I2C EEPROM protocol verilog program, successful commissioning, the parameters can be changed according to the needs of the system, to achieve a continuous reading program
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-14
    • 文件大小:4222
    • 提供者:CHENQINGPO
  1. STM8-code

    0下载:
  2. stm8单片机的I2C模块、GPIO操作、定时器模块、时钟切换、定时器中断,EEPROM模块编程-stm8 microcontroller I2C module, GPIO operation, the timer module, a clock switch, timer interrupt, EEPROM module programming
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-05
    • 文件大小:288237
    • 提供者:wuwu
  1. i2c_24wc256eeprom

    0下载:
  2. TI DSP28335通过I2C读写24wc256 eeprom-DSP28335 through I2C read 24wc256 eeprom
  3. 所属分类:DSP program

    • 发布日期:2017-04-02
    • 文件大小:192361
    • 提供者:舒贝利
  1. AN4158SW

    0下载:
  2. 飞思卡尔单片机MC9S08GW64的I2C通信DEMO代码,操作EEPROM芯片AT24C01B。-freescale mcu MC9S08GW64 I2C program demo operate AT24C01B.
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:107458
    • 提供者:yangjing
  1. EEPROM_fm24C16A

    0下载:
  2. 一个简单的通过I2C总线实现的EEPROM驱动程序,学写i2c及EEPROM驱动的朋友可做参考。-A simple realization of the EEPROM via the I2C bus driver, and learn to write i2c EEPROM driven by a friend to do reference.
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:106551
    • 提供者:123
  1. C-SHARP_USB_I2C_AT24C02

    0下载:
  2. 在C#平台调用Ginkgo USB-I2C适配器二次编程接口函数实现对AT24C02芯片进行读写控制,对本程序稍做修改可以适用于任何I2C接口的EEPROM芯片。- In C# platform invoke Ginkgo USB-I2C adapter quadratic programming interface functions to achieve read and write AT24C02 chip control, slight modifications of the pr
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:79273
    • 提供者:罗伟东
  1. 16F1784_I2C_EEPROM

    0下载:
  2. 16F1784_I2C_EEPROM程序代码- This very simple program shows how to communicate between PIC16F1784 and a 16K I2C // Serial EEPROM (24LC16B) using the MSSP port on the PICmicro. // // In this example we show how to do a random write of a single byte o
  3. 所属分类:Other systems

  1. I2CMASTER

    0下载:
  2. 基于STM32F103的I2C通信代码,对象是AT24C02,也可用于一般的EEPROM通信-I2C-based communication STM32F103 code, the object is AT24C02, the EEPROM can also be used for general communications
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-14
    • 文件大小:3079
    • 提供者:黄建国
  1. i2c_eeprom_24LC256

    0下载:
  2. keil c8051 i2c driver for EEprom source code
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-08
    • 文件大小:4750
    • 提供者:rowthof
  1. I2C_verilog_bus

    0下载:
  2. 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
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-14
    • 文件大小:4429
    • 提供者:杜洵
  1. 24LC64(C)

    0下载:
  2. I2C™ 串行 EEPROM 系列数据手册-I2C ™ serial EEPROM Data Handbook
  3. 所属分类:SCM

    • 发布日期:2017-05-03
    • 文件大小:698337
    • 提供者:李法田
  1. fs210_e2prom

    0下载:
  2. 基于 i2c 的 eeprom 读 写 的 设 备 驱 动-i2c eeprom read and write
  3. 所属分类:Driver develop

    • 发布日期:2017-04-11
    • 文件大小:1330
    • 提供者:yuxing
  1. AT24C_prog

    0下载:
  2. AT24Cxx I2C EEPROM 驱动程序--EEPROM driver program for AT24Cxx I2C.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-13
    • 文件大小:1827
    • 提供者:sesaid
« 1 2 ... 21 22 23 24 25 2627 28 29 30 »
搜珍网 www.dssz.com