hi,
i am just starting to use a bq27510.i am able to read values in the ic.ie if i read value in location 0x2c i get 0x64.i can also read the device name,s/w version etc.which means my i2c routines are fine.
i want to calibrate my ic only using my c langauge routines .
is it possible.
how do i do it.
what parameters must be considered at the time of calibration of the ic.
what is the command and data flow.
i have figured that to write data 4000 to location 0x12 of the ic i have to follow the following sequence .
0x00 to 0x61
57/58 to 0x3e
0x00 to 0x3f
4000 to 0x52
0xd7 to 0x60.
i get acknowledge at all the data transfers except the last transfer.please tell me what goes wrong
thanks in advance