BQ27510芯片地址如何确认?我在其Datasheet上没找到,故求教如何才能知道或确定其地址,以便于通过I2C总线对其内部寄存器进行操作!
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.
BQ27510芯片地址如何确认?我在其Datasheet上没找到,故求教如何才能知道或确定其地址,以便于通过I2C总线对其内部寄存器进行操作!
其I2C地址是AA(写)/AB(读),参见datasheet第31页: The 7-bit device address (ADDR) is the most significant 7 bits of the hex address and is fixed as 1010101. The 8-bit device address is therefore 0xaa or 0xab for write or read, respectively.