文件名称:STM32108PKT-I2C-E2PROM
- 所属分类:
- VHDL编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 29kb
- 下载次数:
- 0次
- 提 供 者:
- zhang******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本例程使用I2C2 来读写M24C02。
本例程使用校验I2C 总线状态的方式,来使的I2C 器件能可靠通行,然后
再根据I2C 协议,读写M24C02,SysTick 用于通信超时控制。
其中,PB10为I2C2 的时钟脚,PB11为I2C2 的数据脚,都配置为复合
功能开漏输出。
-The routine use I2C2 to read and write M24C02.
The routine use check the status of the I2C bus mode, the I2C devices to make access to reliable and
According to the I2C protocol, read and write M24C02, SysTick timeout for communication control.
Which, PB10 for the I2C2 clock pin, PB11 data for the I2C2 pins are configured as a composite
Features an open-drain output.
本例程使用校验I2C 总线状态的方式,来使的I2C 器件能可靠通行,然后
再根据I2C 协议,读写M24C02,SysTick 用于通信超时控制。
其中,PB10为I2C2 的时钟脚,PB11为I2C2 的数据脚,都配置为复合
功能开漏输出。
-The routine use I2C2 to read and write M24C02.
The routine use check the status of the I2C bus mode, the I2C devices to make access to reliable and
According to the I2C protocol, read and write M24C02, SysTick timeout for communication control.
Which, PB10 for the I2C2 clock pin, PB11 data for the I2C2 pins are configured as a composite
Features an open-drain output.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
STM32108PKT I2C-E2PROM\Project\EWARMv5\Project.dep
......................\.......\.......\Project.ewd
......................\.......\.......\Project.ewp
......................\.......\.......\Project.eww
......................\.......\.......\settings\My First STM32 Project.cspy.bat
......................\.......\.......\........\My First STM32 Project.dbgdt
......................\.......\.......\........\My First STM32 Project.dni
......................\.......\.......\........\My First STM32 Project.wsdt
......................\.......\.......\........\Project.cspy.bat
......................\.......\.......\........\Project.dbgdt
......................\.......\.......\........\Project.dni
......................\.......\.......\........\Project.wsdt
......................\.......\.......\stm32f10x_flash.icf
......................\.......\.......\stm32f10x_flash_old.icf
......................\.......\.......\stm32f10x_ram.icf
......................\.......\i2c_ee.c
......................\.......\i2c_ee.h
......................\.......\main.c
......................\.......\main.h
......................\.......\platform_config.h
......................\.......\stm32f10x_conf.h
......................\.......\stm32f10x_it.c
......................\.......\stm32f10x_it.h
......................\.......\EWARMv5\STM32108PKT\Exe
......................\.......\.......\...........\List
......................\.......\.......\...........\Obj
......................\.......\.......\settings
......................\.......\.......\STM32108PKT
......................\.......\EWARMv5
......................\Project
STM32108PKT I2C-E2PROM
......................\.......\.......\Project.ewd
......................\.......\.......\Project.ewp
......................\.......\.......\Project.eww
......................\.......\.......\settings\My First STM32 Project.cspy.bat
......................\.......\.......\........\My First STM32 Project.dbgdt
......................\.......\.......\........\My First STM32 Project.dni
......................\.......\.......\........\My First STM32 Project.wsdt
......................\.......\.......\........\Project.cspy.bat
......................\.......\.......\........\Project.dbgdt
......................\.......\.......\........\Project.dni
......................\.......\.......\........\Project.wsdt
......................\.......\.......\stm32f10x_flash.icf
......................\.......\.......\stm32f10x_flash_old.icf
......................\.......\.......\stm32f10x_ram.icf
......................\.......\i2c_ee.c
......................\.......\i2c_ee.h
......................\.......\main.c
......................\.......\main.h
......................\.......\platform_config.h
......................\.......\stm32f10x_conf.h
......................\.......\stm32f10x_it.c
......................\.......\stm32f10x_it.h
......................\.......\EWARMv5\STM32108PKT\Exe
......................\.......\.......\...........\List
......................\.......\.......\...........\Obj
......................\.......\.......\settings
......................\.......\.......\STM32108PKT
......................\.......\EWARMv5
......................\Project
STM32108PKT I2C-E2PROM