搜索资源列表

  1. AT24C512cch99

    0下载:
  2. 实现几个控制的同步的AT24C512的程序-achieving several of the synchronous control of the process AT24C512
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:59392
    • 提供者:天意
  1. at24c512

    0下载:
  2. 基于ICCAVR平台的,AVR系列单片机AT24C512驱动头文件,本头文件默认单片机频率为8M,I2C传输速率为400K,如果改变单片机频率,需要将i2cdelay()函数 BIT率寄存器TWBR的值进行修改-ICCAVR-based platform, AVR MCU AT24C512 drive header file, the header files default Singlechip frequency of 8M, I2
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:李科
  1. i2czhongwen

    0下载:
  2. I2C的中文详细解释 很有实用价值-I2C is a detailed explanation of the Chinese practical value
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-20
    • 文件大小:782336
    • 提供者:孙欢庆
  1. I2C

    0下载:
  2. 基于LM6938的I2C驱动,读写AT24C512和时钟IC PCF8563-The LM6938-based I2C driver, read and write AT24C512 and clock IC PCF8563
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-20
    • 文件大小:86016
    • 提供者:yanrui
  1. I2C_EEPROM_AT24C512

    0下载:
  2. I2C接口的EEPROM——AT24C512,keilC51开发环境-I2C interface EEPROM- AT24C512, keilC51 Development Environment
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:丁佳
  1. I2C_hardware

    0下载:
  2. i2c硬件通信例程,lpc922单片机,可以完成y与eeprom的通信!-i2c hardware communication routines, lpc922 single-chip, to be completed y the communication with the EEPROM!
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:小康
  1. cuncuqijiance

    0下载:
  2. 通过对存储器24C512的所有单元分别写入“00”,然后读出存储器24C512,判断读出数据是否为“00”;再对存储器24C512的所有单元分别写入“FF”,然后读出存储器24C512,若输入和输出符合,证明存储器无坏点。-24C512 memory through all the modules are written into the
  3. 所属分类:汇编语言

    • 发布日期:2024-05-20
    • 文件大小:36864
    • 提供者:baomining
  1. E2PRW

    0下载:
  2. 一款通过并口读写E2P的程序,支持24C01-24C512-E2P through a parallel port to read and write procedures to support the 24C01-24C512
  3. 所属分类:并行运算

    • 发布日期:2024-05-20
    • 文件大小:155648
    • 提供者:周斌
  1. eeprom

    0下载:
  2. AT24C512的读写操作,我们将24c512的两条总线接在了P36和P37上,因此,必须先定义: sbit SCL=P3^6 sbit SDA=P3^7 在这个试验中,我们写入了一组字节数值到24c512的0x0081为首的位置。 然后在将其读出并在P1口显示-AT24C512 operations of reading and writing, we will take the bus two 24c512 in the
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:lvchuanwei
  1. 24c512

    0下载:
  2. 在现代电子系统中,有为数众多的IC需要进行相互之间以及与外界的通信。为了提供硬件 的效率和简化电路的设计,PHILIPS开发了一种用于内部IC控制的简单的双向两线串行总线I2C-In modern electronic systems, there are a large number of IC need each other and communicate with the outside world. In order to pr
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:63488
    • 提供者:xuwenbo
  1. 24c512_I2C_MSP430F149

    0下载:
  2. 在MSP430F149上利用模拟的i2c实现数据在24C512上的存储与读写。-In the MSP430F149 on the use of simulation in the 24C512 on the i2c data storage and read-write.
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-20
    • 文件大小:25600
    • 提供者:lizhangbo
  1. I2C

    0下载:
  2. Start, Stop, Read and Write Code in 24C512
  3. 所属分类:嵌入式/单片机编程

  1. F02x_SMBus_EEPROM

    0下载:
  2. 单片机内部smbus总线驱动程序源代码(原创) 使用Keil C51编译环境 程序中没有使用SMBUS中断方式,使用查询中断方式运行,这样程序结构简单,便于扩展其他SMBUS设备. 本程序中带IIC器件驱动,可支持24C01 - 24C512 -MCU internal smbus bus driver source code (original) program using the Keil C51 compiler enviro
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:myyao
  1. EEPROM

    0下载:
  2. 基于瑞撒R8C11MCU的读取EEPROM源代码,EEPROM为24C512。-EEPROM 24C512,R8C11MCU
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:冯峥
  1. FM24C512

    0下载:
  2. C8051F020读写24C512的 ide 程序-The C8051F020 read and write 24C512 ide program
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:田甜
  1. lbhn(TLC2543)111

    0下载:
  2. 2543与M16单片机及24C512程序,调试通过,有仿真程序-2543 and M16 microcontroller and 24C512 program debugging through simulation program
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:119808
    • 提供者:周彦明
  1. GLCD-KS0108---24c512

    0下载:
  2. glcd 128x64 ks0108 eprom 24lc256
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-20
    • 文件大小:252928
    • 提供者:isoo
  1. mimasuo

    0下载:
  2. 通过按键输入密码将密码与存储在24C512的密码相比较然后在显示器上显示密码是否正确-Through the key input password, the password and the password stored in the 24C512 compared, and then on the display the password is correct
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:39936
    • 提供者:胡鑫
  1. 24c512pdf

    0下载:
  2. it include detailed information of eeprom 24c512 and it useful for interfacing with microcontroller
  3. 所属分类:文件格式

    • 发布日期:2024-05-20
    • 文件大小:177152
    • 提供者:Hari
  1. 24c512

    0下载:
  2. 存储芯片512与51系列单片机的调试程序-Memory chip 512 and 51 series debuggers
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:13312
    • 提供者:王华
« 1 2 3 45 »

源码中国 www.ymcn.org