ChinaUnix.net
相关文章推荐:

i2c原理

i2c_smbus_write_word_data和write()有啥区别

by l_jianfei - C/C++ - 2007-01-24 19:16:03 阅读(616) 回复(0)

相关讨论

BLADE 2500工作站,双CPU、 4G内存,双XVR-500显示卡,HBA 4G光纤卡。 半年不用,开机正常,运行五天后本地不能登陆,远程登陆上去后,init 6不执行,强行关机,笔记本接串口上去看到信息如下: Error: i2c transfer failed config: 0>Initialize i2c Controller 0> 0>ERROR: TEST = Initialize i2c Controller 0>H/W under test = Motherboard i2c 0>Repair Instructions: Replace items in order listed by 'H/W under test'...

by race - Solaris - 2010-01-18 18:02:51 阅读(8213) 回复(15)

   我这里有一个X86平台的板子,系统是kernel2.4 + redboot + busybox.三部分是分别编译的. 现在要把一个加密芯片加到系统里面去,芯片用I2C的方式和CPU通讯的.    目前加密芯片的驱动程序在MCF5249的平台上已经验证通过了,但是我现在不知道怎么样把这个驱动PORT到LINUX上.另外怎么样在写应用程序去调用该驱动呢?    请指点一下,谢谢.!

by weimeng4359 - 内核/嵌入技术 - 2006-04-20 11:13:15 阅读(1088) 回复(3)

大侠们有谁写过i2c驱动的? 最近在给一个时钟芯片(pcf8593)写驱动程序,是用i2c通信的。我能用驱动控制i2c总线把信号写到时钟芯片的引脚处,但是时钟芯片就是没有应答。 芯片i2c地址和i2c bus speed的参数已经试过无数个了,都不行啊。 问题还有可能处在哪呢?大侠们指点迷津阿~~~~ :em16: :em16: :em16:

by sealdad - 内核/嵌入技术 - 2005-09-02 14:15:38 阅读(977) 回复(4)

在drivers/i2c目录下面,有算法(algos),总线(buses),设备chips三个目录。我使用的i2c总线控制器是opencores组织提供的i2c总线控制器,在algos目录下面系统已经提供了总线控制器驱动i2c-algo-oc.c。我们系统的实现需要在该i2c总线控制器提供的i2c总线上面接入一个i2c从设备。那么,请问这里需要编写该i2c从设备的驱动吗?谢谢

by iolinux - 内核/嵌入技术 - 2007-01-04 09:26:31 阅读(1089) 回复(1)

适用机型: System x3755所有8877机型 文档内容: 故障现象: Baseboard Management Control (BMC)诊断测试失败。错误信息显示有一个i2c Bus错误。这种现象发生在开机自检时,通过system bootable diagnostics,option F2进行检测的情况下。 受影响的配置: 下列IBM服务器: System x3755, Type 8877, any model 这篇文章没有指定的操作系统 这篇文章没有指定的选件 系统会出现上述的故障现象 解决方法: 这种现象将会在将来的BM...

by copyking - 存储文档中心 - 2008-05-18 12:56:41 阅读(810) 回复(0)

Q: Which statement is true regarding the i2c subsystem? Select all the apply. (Choose two) A. It is used to monitor system devices and components. B. It is a two-wire serial bus. C. It is a parallel bus D. It provides the communication pathway for the PCI-E components.

by 东方蜘蛛 - Solaris - 2007-09-07 14:48:00 阅读(1919) 回复(8)

Q: Which statement is true regarding the i2c subsystem? Select all the apply. (Choose two) A. It is used to monitor system devices and components. B. It is a two-wire serial bus. C. It is a parallel bus D. It provides the communication pathway for the PCI-E components.

by 东方蜘蛛 - Solaris - 2007-08-31 18:12:54 阅读(2017) 回复(8)

shdb1:SC> showboards Slot Pwr Component Type State Status Domain ---- --- -------------- ----- ------ ------ SSC0 On System Controller Main Passed - SSC1 On Present Spare - - ID0 On Sun Fire 4800 Centerplane - OK - PS0 ...

by 陈小坑 - Solaris - 2007-07-12 17:28:43 阅读(2303) 回复(4)
by star990 - 内核/嵌入技术 - 2006-12-28 10:51:28 阅读(616) 回复(0)

i2c从设备的地址是如何确定的? 我看到有些器件的i2c地址是固定的。可是当一个i2c总线上面有多个器件时,地址重复了怎么办?谢谢

by iolinux - 内核/嵌入技术 - 2006-06-19 11:36:37 阅读(1755) 回复(1)