工具与软件:
大家好、
我们在 产品中使用的是 TUSB320LAIRWBR。
我们的产品已经成熟并在过去两年中投入生产。
在 其中一个板上的数千块板中、我看到以下观察结果。
即使 TUSB320LAIRWBR 的 I2C 地址的 H/W 编程为0x67、它在该地址上没有响应、但在0x47上进行响应。
-------
故障电路板在0X47 I2C 地址上进行响应、
---------------
i2cdetect -y 17.
0 1 2 3 4 5 6 7 8 9 A b c d f
00: --------- --- ---
10:-------- --- --- ——
20:--------- --- --- ——
30:----- --- --- ——
40:-----44---47----- ---
50:--------- --- --- ——
60:--------- UU ---
70:--------- ---
root@MK6:~# i2cget -f -f -y 17 0x67
错误:读取失败
root@MK6:~# i2cget -f -f -y 17 0x47
0x30
root@MK6:~# i2cget -f -y 17 0x47 0x01
0x32
root@MK6:~# i2cget -f -y 17 0x47 0x02
0x33
root@MK6:~# i2cget -f -y 17 0x47 0x03
0x42
root@MK6:~# i2cget -f -y 17 0x47 0x04
0x53
root@MK6:~# i2cget -f -y 17 0x47 0x04
0x53
root@MK6:~# i2cget -f -y 17 0x47 0x05
0x55
root@MK6:~# i2cget -f -y 17 0x47 0x06
0x54
root@MK6:~# i2cget -f -y 17 0x47 0x07
0x00
root@MK6:~# i2cget -f -y 17 0x47 0x08
0x00
root@MK6:~# i2cget -f -y 17 0x47 0x09
0x20
root@MK6:~# i2cget -f -y 17 0x47 0x0A
0x00
根@MK6:~# i2cget -f -y 17 0x47 0xA0
0x02
root@MK6:~# i2cget -f -y 17 0x47 0x45
0x00
-------
来自正常电路板响应0X67 I2C 地址的响应、
-------
根@MK6:~# i2cdetect -y 17.
0 1 2 3 4 5 6 7 8 9 A b c d f
00: --------- --- ---
10:-------- --- --- ——
20:--------- --- --- ——
30:----- --- --- ——
40:------------------ --- ——
50:--------- --- --- ——
60:--------- UU ---
70:--------- ---
root@MK6:~# i2cget -f -f -y 17 0x67
0x00
root@MK6:~# i2cget -f -y 17 0x67 0x01
0x32
root@MK6:~# i2cget -f -f -y 17 0x67 0x02
0x33
root@MK6:~# i2cget -f -y 17 0x67 0x03
0x42
root@MK6:~# i2cget -f -f -y 17 0x67 0x04
0x53
root@MK6:~# i2cget -f -y 17 0x67 0x05
0x55
root@MK6:~# i2cget -f -y 17 0x67 0x06
0x54
root@MK6:~# i2cget -f -y 17 0x67 0x06
0x54
root@MK6:~# i2cget -f -f -y 17 0x67 0x07
0x00
root@MK6:~# i2cget -f -f -y 17 0x67 0x08
0x00
root@MK6:~# i2cget -f -f -y 17 0x67 0x09
0x20
OOT@MK6:~# i2cget -f -f -y 17 0x67 0x0A
0x00
根@MK6:~# i2cget -f -y 17 0x67 0xA0
0x02
root@MK6:~# i2cget -f -y 17 0x67 0x45
0x00
我附上了 原理图的尖头 供您参考。
我验证了 R1443值、它连接到板上 ADR 引脚、在0X47 I2C 地址上响应。
它就像正常的电路板一样。 也在万用表 ADR 引脚上、将3.3VDC 视为上拉。
此外、R1446不 适合 板载响应0X47 I2C 地址。
我连接了 I2C 时钟 和数据波形 板在0X47 I2C 地址上响应 、 板在0X47 I2C 地址上响应。 我在这些波形上没有看到任何损坏。
-------
您能告诉我吗、
我是否缺少要验证的内容?
为什么这个特定的 TUSB320LAIRWBR 在 0X47 I2C 地址上做出响应?
是否有 人 向您报告过此类问题? 给出的解决方案是什么?
您对我们的下一个行动建议是什么?
或者您需要更多信息吗?
---
谢谢!
Suhant。
---