This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
芯片信号 SOC =》954 =》913=》sensor
954addr is 0x30 913 addr is SER_ID=0xB4,SlaveAlias=0xB6 寄存器配置如下
nvidia@tegra-ubuntu:~/Wl_Work$ sudo i2cdump -f -y 2 0x30
No size specified (using byte-data access)
0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
00: 60 00 3e 20 d3 01 00 fe 1c 10 06 0c 81 09 08 7f `.> ??.?????????
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 04 02 ..............??
20: 30 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0?..............
30: 00 00 00 00 40 00 00 00 00 00 00 01 14 6f 00 40 ....@......??o.@
40: 00 a7 71 01 00 00 00 00 00 00 00 12 01 30 eb 05 .?q?.......??0??
50: 57 00 00 00 00 00 00 00 78 00 00 b4 b6 00 00 00 W.......x..??...
60: 00 00 00 00 00 20 00 00 00 00 00 00 00 7c 88 88 ..... .......|??
70: 2b 2c e4 00 03 be 16 c5 00 01 0f ff 20 00 00 00 +,?.????.??. ...
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
a0: 02 0f 00 00 08 18 00 00 00 00 00 00 00 00 00 00 ??..??..........
b0: 08 14 3f 08 25 00 18 00 8c 33 83 74 80 00 00 00 ????%.?.?3?t?...
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
d0: 00 43 94 03 60 f2 00 01 00 00 04 6b 00 00 00 00 .C??`?.?..?k....
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
f0: 5f 55 42 39 35 34 00 00 00 00 00 00 00 00 00 00 _UB954..........
配置完成后 扫描i2c总线上设备
nvidia@tegra-ubuntu:~/Wl_Work$ sudo i2cdetect -y 2
Error: Can't use SMBus Quick Write command on this bus
nvidia@tegra-ubuntu:~/Wl_Work$ sudo i2cdetect -y -r 2
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: 30 -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
没有找到我配置的SlaveAlias 0x5a 的地址,我该怎么解决呢,感谢TI工程师