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