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.

DS90UB913A 和 DS90UB964 i2c无法访问到913



TI工程师你好:

我的开发环境是这样的 sensor + 913 + 964 + MCU。

目前可以通过I2C访问到964内部寄存器。964的i2c地址为:0x30

i2cget -f -y 0 0x30 0x5b

0xb0

请问需要配置哪些964的寄存器?

请问913的i2c地址是多少?

  • 913的I2C地址为0XB0(0X58<<1).

    您先看下地址配置对了吗?

  • TI工程师您好:

    目前913可以访问到了,

    root@linaro-alip:~/964_913_new# i2cget -f -y 0 0x58 0x00
    0xb0

    请问913需要配置哪些寄存器呢?

    另外964读取不到视频帧的信息?

    964从机地址:0x30

    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

    烦请分析会是什么原因,感谢!