请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:CDCE913 主题中讨论的其他器件:CLOCKPRO
我们使用964 + 913通过 i2c 访问913。
i2cget -f -y 0 0x58 0x00 --- " 0xb0
0x58是913的从地址
964的从器件地址为:0x30
访问964:0x73-0x74 0x75-0x76 且 寄存器值均为0
root@linaro-alip:~/964_913_new# i2cget -f -y 0 0x30 0x73
0x00
root@linaro-alip:~/964_913_new# i2cget -f -y 0 0x30 0x74
0x00
root@linaro-alip:~/964_913_new# i2cget -f -y 0 0x30 0x75
0x00
root@linaro-alip:~/964_913_new# i2cget -f -y 0 0x30 0x76
0x00
需要配置913的寄存器?