Welcome![Sign In][Sign Up]
Location:
Search - eeprom i2c

Search list

[Embeded-SCM Develop基于149单片机的AT24C02(I2C协议)程序

Description: 基于149单片机的AT24C02(I2C协议)实验,CPU向IIC总线发送数据,之后再从IIC总线读取并显示在数码管上,实际上操作的是EEPROM.器件挂接在IIC总线上,写数据时,主机发送后得等到从机应答信号才能进行继续发数据,否则stop();读数据时,主机接收到从机数据时,得主机完成IIC总线的应答才能继续读取数据!!!
Platform: | Size: 33602 | Author: SuperwarriorOne | Hits:

[source in ebook基于I2C的EEPROM的读写IP 核

Description: 基于I2C的EEPROM的读写IP 核
Platform: | Size: 5264 | Author: 030601201 | Hits:

[Embeded-SCM Developlpc932_24_EERPOM_I2C_psk

Description: LPC932附加EEPROM操作-LPC932 operation EEPROM
Platform: | Size: 28672 | Author: 刘同法 | Hits:

[Embeded-SCM DevelopAT24C_prog

Description: AT24Cxx I2C EEPROM 驱动程序--EEPROM driver program for AT24Cxx I2C.
Platform: | Size: 2048 | Author: 吴浩铭 | Hits:

[SCM24lc256

Description: 支持I2C总线的EEPROM24lc256芯片的读写原程序-support I2C Bus EEPROM24lc256 chip reader original program
Platform: | Size: 1024 | Author: 下风 | Hits:

[Com Porti2c汇编语言

Description: I2C端口设计,由ASM设计完成,实现I2C端口功能-I2C port design, the design completed by ASM, I2C port functions
Platform: | Size: 4096 | Author: 韦伯 | Hits:

[SCMEEPROM读写程序

Description: i2c总线eeprom读写程序 可以读些从21c01--24c512的i2c总线eeprom芯片-i2c bus EEPROM read and write procedures can read more from 21c01-- the i2c bus 24c512 chip EEPROM
Platform: | Size: 2048 | Author: 周长盛 | Hits:

[SCMeeprom_i2c_rw

Description: MCU 通过i2c 总线读写eeprom, i2c 读写程序是软件仿真方式来实现,将读写资料通过D12 和pc实现数据通讯。有实际使用,读写正常。-MCU to read and write through the i2c bus EEPROM, i2c reader software simulation procedure is to achieve, to read and write data through D12 pc and data communications. There is a practical use, the normal read and write.
Platform: | Size: 78848 | Author: | Hits:

[Otheri2c

Description: I2C controller的源码,包括TESTBENCH在内,里面包含有EEPROM的behaving model,前些日子在本站下了一个EEPROM的behaving model,发现可能只是作者的初版,里面错误比较多,因此上传一个能编译拿过来就能用的环境。-I2C controller source code, including the Testbench included, which contains EEPROM
Platform: | Size: 16384 | Author: 二马 | Hits:

[ARM-PowerPC-ColdFire-MIPSLPC2k-IIC-EEPROM

Description: Philips LPC2000系列通过I2C读写EEPROM的程序, 没有读写长度的限制了. 关键词: ARM7, I2C, EEPROM-Philips LPC2000 series EEPROM through I2C read and write the procedures, there is no length limit the reading and writing. Keywords: ARM7, I2C, EEPROM
Platform: | Size: 6144 | Author: Turing Xu | Hits:

[Embeded-SCM DevelopEEPROM

Description: 读写串行EEPROM芯片AT24C02实例, 稍微改动也可以读写其他型号的串行I2C总线EEPROM-Read and write serial EEPROM chip AT24C02 example, a slight alteration can also read and write other types of serial I2C bus EEPROM
Platform: | Size: 1024 | Author: cece | Hits:

[DSP programEEPROM

Description: TMS320F2812GPIO模拟IIC总线驱动EEPROM 24C64-IIC bus driver TMS320F2812GPIO simulation EEPROM24C64
Platform: | Size: 149504 | Author: 王宁 | Hits:

[SCMeeprom

Description: eeprom读写程序:at89c52的i2c读写,以及时钟,显示程序范例-EEPROM read and write procedures: at89c52 the i2c read and write, as well as clock display program example
Platform: | Size: 1024 | Author: hi_me | Hits:

[DSP programeeprom

Description: DSP2407 I2C接口的串行EEPROM操作程序代码。c语言,可以通用-DSP2407 I2C serial EEPROM interface operational procedures code. c language, can be generic
Platform: | Size: 28672 | Author: 宋海滨 | Hits:

[SCMI2C

Description: EEPROM 24CXX系列读写程序,可以单个字节读写,可以多个字节连续读.已经应用于产品上.-EEPROM 24CXX series of reading and writing process, you can read and write a single byte, multiple bytes can be read straight. Has been applied to products.
Platform: | Size: 2048 | Author: hadon | Hits:

[Embeded Linuxi2c-eeprom-090804

Description: linux下读写EEROM的应用程序,I2c接口的,应用linux自带的I2C驱动-to read and write EEROM under linux applications, I2c interface, the application comes with I2C driver linux
Platform: | Size: 14336 | Author: 流域 | Hits:

[Other Embeded programI2C(EEPROM)

Description: 该驱动程序库包含了I2C总线基本时序以及AT24C系列EEPROM的读写函数。 还包含了常用数据格式变量的保存、读取函数。除了字节读写之外,还可以很方便的向EEPROM里写入和读出整型、浮点数、长整型格式的数据。 要使用该库函数,需要将本文件(AT24C02.c)添加进工程,并在需要调用函数的文件开头处包含"AT24C02.h" 演示程序向AT24C02存储器内部保存1字节、整型数据、长整型数据和 浮点型数据,再将他们依次读出,结果用超级终端显示。如果硬件正确, 屏幕的显示将和存入数值一致。-The driver repository contains basic timing and AT24C I2C bus EEPROM series and function. Also contains a common data format of variables, read function. Besides, still can read bytes With very convenient to EEPROM in written and read an integer, floating-point and long integer data formats. To use this library function, need to be AT24C02 (c), documents, and add to the project document begins to a function call in AT24C02 contain "h". AT24C02 demo internal storage, preservation 1 byte data, long integer data and Floating point Numbers, then they will turn out, with super terminal display results. If correct, the display screen hardware and deposit numerical consistent.
Platform: | Size: 4096 | Author: 马海峰 | Hits:

[VHDL-FPGA-Verilogi2c

Description: 用VHDL写的I2C控制器,可以读写EEPROM,比较经典。-Written with VHDL I2C controller, you can read and write EEPROM, more classic.
Platform: | Size: 3072 | Author: wwww | Hits:

[Embeded-SCM DevelopEEPROM

Description: Firmware written in Embedded C for implementing an I2C communication between a PIC16F877A with a 28Cxx EEPROM memory. However this can be modified to work on any controller platform.
Platform: | Size: 1024 | Author: Joe | Hits:

[SCMExperimental-external-EEPROM---I2C

Description: lpc2103外部 EEPROM 实验 - I2C lpc2103外部 EEPROM 实验 - I2C -lpc2103 external EEPROM test- I2C lpc2103 external EEPROM test- I2C lpc2103 external EEPROM test- I2C
Platform: | Size: 76800 | Author: ldb | Hits:
« 12 3 4 5 6 7 8 9 10 ... 35 »

CodeBus www.codebus.net