Hello guys,
As I am almost ready to complete my project, the bq27621-G1 is the only part that I made to work roughly and now I want to fully understand how it works so I can utilize it.
Starting I have successfully read the DEVICE_TYPE (0x0621) by I2C_write(0xAA,0x00,0x01) and I2C_read(0xAA,0x00). Now I want to read the Chem_Type (0x08), so i did a I2C_write(0xAA,0x00,0x08) and I2C_read(0xAA,0x00) and it returns 0x1202. Now if I try to do the two of them together one after the other, the first returns OK but the second just returns as the first.
Is there a proper way of sending and what to make more than one read at a time.... if I'm doing it properly ;)
Thanx in advance
GM