完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
在DVK板示意图中,I2C(24LC256)AdvestSCAN仅3线可配置。所以我认为地址范围是0x00到0x07。
但是在SDK I2C ReMead示例中,地址总是设置为0xA0~0xA7,你能解释A的含义吗? 在EP0函数中,CyFxUSBSetuPCB(……) I2CADDR=0xA0*((值和0x00 07)& lt;lt;1); 谢谢。 以上来自于百度翻译 以下为原文 In dvk board schematic, I2C(24LC256) address can be only 3 wire-configurable. So I think that the address range is 0X00 to 0X07. But inthe sdk i2c regmode example, the address is always set to 0xA0~0XA7,can you explain the meaning of A........ IN EP0 Function, CyFxUSBSetupCB(.........) i2cAddr = 0xA0 | ((value & 0x0007) << 1); Thanks. |
|
相关推荐
2个回答
|
|
你好,
EEPROM内部有两个地址位,使得其地址总是0xA?与?由较低的3地址位提供,所以您可以有8个地址开始于0xA0。I2C设备地址为7位宽,第八LSB指示I2C读(逻辑1)或I2C写(逻辑0)。因此,在I2C设备地址中只有7位。 I2CADDR=0xA0*((值和0x00 07)& lt;lt;1); 在上面的代码中发生的是由用户设置的值被3个LSB位屏蔽,只允许有效的地址通过。接下来,这个值被移到左边的1个位置,以便它可以用7位基地址来处理位。 索达法尔 以上来自于百度翻译 以下为原文 Hi, The eeprom has two address bits set internally so that its address is always 0xA? with the ? supplied by the lower 3 address bit, so you can have 8 addresses starting at 0xA0. The I2C device address is 7 bits wide with the 8th LSB indicating either an I2C Read (logic 1) or I2C Write (Logic 0). So you have only 7 bits in an I2C device address. i2cAddr = 0xA0 | ((value & 0x0007) << 1); What is happening in the code above is the value set by the user is bit masked with the 3 LSB to allow only valid address through. Next this value is shifted 1 location to the left so that it can be ORed bit for bit with the 7 bit base address.. Sodafarl |
|
|
|
|
|
|
|
只有小组成员才能发言,加入小组>>
752个成员聚集在这个小组
加入小组2067 浏览 1 评论
1824 浏览 1 评论
3633 浏览 1 评论
请问可以直接使用来自FX2LP固件的端点向主机FIFO写入数据吗?
1760 浏览 6 评论
1508 浏览 1 评论
CY8C4025LQI在程序中调用函数,通过示波器观察SCL引脚波形,无法将pin0.4(SCL)下拉是什么原因导致?
506浏览 2评论
CYUSB3065焊接到USB3.0 TYPE-B口的焊接触点就无法使用是什么原因导致的?
357浏览 2评论
CX3连接Camera修改分辨率之后,播放器无法播出camera的画面怎么解决?
409浏览 2评论
354浏览 2评论
使用stm32+cyw43438 wifi驱动whd,WHD驱动固件加载失败的原因?
853浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-21 01:22 , Processed in 0.840137 second(s), Total 80, Slave 64 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号