TI 工程师你好:
我们使用 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哪些寄存器需要进行配置?