文件名称:Code
-
所属分类:
- 标签属性:
- 上传时间:2014-05-23
-
文件大小:19.84kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
SMBus I/O接口是一个双线的双向串行总线。SMBus完全符合系统管理总线规范1.1版,与I2C串行总线兼容。系统控制器对接口的读写操作都是以字节为单位的,由SMBus接口自动控制数据的串行传输。在作为主或从器件时,数据传输的最大速率可达系统时钟频率的十分之一(这可能比SMBus的规定速度要快,取决于所使用的系统时钟)。可以采用延长低电平时间的方法协调同一总线上不同速度的器件。- Example code to interface a single 256-byte EEPROM to a C8051F00x via the SMBus
Code assumes a single EEPROM with slave address 1010000 is connected on
the SDA and SCL lines, and no other masters are on the bus.
The SEND routine performs a 1-byte write to the EEPROM. This consists of (1) START,
(2) slave address+ W, (3) memory location byte write, and (4) a data byte write.
Code assumes a single EEPROM with slave address 1010000 is connected on
the SDA and SCL lines, and no other masters are on the bus.
The SEND routine performs a 1-byte write to the EEPROM. This consists of (1) START,
(2) slave address+ W, (3) memory location byte write, and (4) a data byte write.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Code/SMB_Ex1.asm
Code/SMB_Ex2.c
Code/SMB_Ex3.c
Code/SMB_Ex3_F02x.c
Code
Code/SMB_Ex2.c
Code/SMB_Ex3.c
Code/SMB_Ex3_F02x.c
Code
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.