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.

BQ34Z100-G1: Full Access Command

Part Number: BQ34Z100-G1

Hi,

I am trying to execute from my microcontroller a Full access comand to BQ34Z100-G1 but it does not works. My code is the following:

i2c_write(BQ,0xAA); // I2C Address
i2c_write(BQ,0x00); // Register
i2c_write(BQ,0xFF); // Byte 0 Default Key for Full access
i2c_write(BQ,0xFF); // Byte 1 Default Key for Full access
i2c_write(BQ,0xFF); // Byte 2 Default Key for Full access
i2c_write(BQ,0xFF); // Byte 3 Default Key for Full access

I have other commands in my code with a similar structure that work like It enable, etc.

Can anybody help me?

Thanks in advanced