1、947的I2C地址理论设计值为0x1A,但读写时此地址NACK。
2、实测947_IDX引脚电源1.79V。后尝试了其他地址(Serial Control Bus Addresses For IDx)均为NACK。
3、测过947各级电压、PDB暂未发现异常。
4、请提供一下排查思路。

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.
1、947的I2C地址理论设计值为0x1A,但读写时此地址NACK。
2、实测947_IDX引脚电源1.79V。后尝试了其他地址(Serial Control Bus Addresses For IDx)均为NACK。
3、测过947各级电压、PDB暂未发现异常。
4、请提供一下排查思路。

您好,0X1A是7bit地址,即0011010,实际在写地址的时候需要左移一位,第八位为R/W 位。W=0,因此需要写0x34.
同样其他地址方式也一样,参考后面8bit address去写。