文件名称:LM75_AT24C04(Simulation-of-IIC-port)
- 所属分类:
- 微处理器(ARM/PowerPC等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-08-02
- 文件大小:
- 229kb
- 下载次数:
- 1次
- 提 供 者:
- 魏**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
采用LPC1114主芯片的LM75和AT24C01的控制,精华之处是共用同一端口,但在设计产品时,增加了很多的外设,共用IIC端口很容易出现读写错误,因此本人花了精力设计出本代码的在共用IIC线上,两种不同的IIC处理方法,在产品上非常成功,不敢独享,特此给大家参考,编译环境:keil mdk453-Using LPC1114 main chip LM75 and AT24C01 control, the essence is that share the same port, but in the design of the product, adds a lot of peripherals, sharing IIC port is prone to read and write errors, so I spent the effort to design the IIC line of code in a shared, IIC two different processing methods, the product was very successful, not exclusive, hereby give you reference, the compiler environment: keil mdk453
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LM75_AT24C04(模拟IIC)\FLASH.ini
.....................\RAM.ini
.....................\core_cm0.c
.....................\i2c.Uv2.bak
.....................\i2c.opt.bak
.....................\i2c_LPC1114 FLASH.dep
.....................\i2c_LPC134x_IFLASH.dep
.....................\i2c_Opt.Bak
.....................\i2c_Uv2.Bak
.....................\i2c_uvopt.bak
.....................\i2c_uvproj.bak
.....................\startup_LPC11xx.s
.....................\system_LPC11xx.c
.....................\i2c.uvgui_Administrator.bak
.....................\main\i2ctest.c
.....................\LM75A\type.h
.....................\.....\LM75A.h
.....................\.....\LM75A.c
.....................\AT24C04\AT24C04.h
.....................\.......\AT24C04.c
.....................\Obj\ExtDll.iex
.....................\...\core_cm0.crf
.....................\...\core_cm0.o
.....................\...\core_cm3.__i
.....................\...\core_cm3.crf
.....................\...\core_cm3.d
.....................\...\core_cm3.o
.....................\...\i2c.crf
.....................\...\i2ctest.crf
.....................\...\i2ctest.hex
.....................\...\i2ctest.htm
.....................\...\i2ctest.lnp
.....................\...\i2ctest.plg
.....................\...\i2ctest.sct
.....................\...\i2ctest.tra
.....................\...\startup_LPC11xx.o
.....................\...\startup_LPC13xx.o
.....................\...\system_lpc11xx.crf
.....................\...\system_lpc11xx.o
.....................\...\system_lpc13xx.crf
.....................\...\system_lpc13xx.d
.....................\...\startup_LPC11xx.d
.....................\...\lm75a.crf
.....................\...\at24c04.crf
.....................\...\system_lpc11xx.d
.....................\...\core_cm0.d
.....................\...\at24c04.__i
.....................\...\i2ctest.o
.....................\...\at24c04.o
.....................\...\i2ctest.d
.....................\...\lm75a.__i
.....................\...\at24c04.d
.....................\...\lm75a.d
.....................\...\lm75a.o
.....................\...\i2c.__i
.....................\...\i2c.o
.....................\...\i2c.d
.....................\...\i2ctest.axf
.....................\Lst\i2ctest.map
.....................\...\startup_LPC11xx.lst
.....................\...\startup_LPC13xx.lst
.....................\I2C\i2c.h
.....................\...\i2c.c
.....................\i2c.uvproj
.....................\i2c.uvopt
.....................\i2c.uvgui.Administrator
.....................\main
.....................\LM75A
.....................\AT24C04
.....................\Obj
.....................\Lst
.....................\I2C
LM75_AT24C04(模拟IIC)