我写了个i2c的驱动程序,读取24c02和mpu6050,都没有问题,就是不能读取LDC1314的数据,都是0xff,,器件地址也是对的ox2a,读取芯片的id也不能成功,请问这个LDC1314的i2c协议难道和其他的不能通用么
Jeff Wang1:
LDC1314 是通用的I2C协议。
When the ADDR pin is set low, the LDC I2C address is 0x2A; when the ADDR pin isset high, the LDC I2C address is 0x2B,
The ADDR pin must not change state after the LDC exits ShutdownMode.
peishang gu:
回复 Jeff Wang1:
ADDR我直接接电源,地址为0x2b,采集回来的值一直是255,读取id也不对
Antonio D:
回复 peishang gu:
我也是这个问题,不知道你这个问题解决了没有?
Lay Xu:
回复 Antonio D:
LDC的时序要求非常严格,如果时序没问题你检查一下ADDR我记得不是直接接电源!我们刚改过!