Hi all,
I'm developing a battery device with cc3220 and I bought the Fuel Tank MKII Battery BoosterPack. I've download the code for MSP device (I'll make the port ing for CC3220 in the next days) but I discover that the example code communicates only with the fuel gauge IC, nothing about the BQ24250.
1) It is to be considered standalone mode functioning?
2) About I2C, I read that, from the stand alone mode, when the IC intercepts an I2C communication, it switch in host mode, using register values instead defaults values. This is true if I'd like read status register without change register parameters?
3) About faults and safety register, I read that when the latter expires, the charge process is stopped. How have I to do to restart the process ? which register have I to set / reset ?
4) In the boosterpack schematics, the CE pin is low bu a pulldown resistor, this mean that the charge process is always active ? In standalone mode, if the safety timer expires, who is to restart the charge process?
My goal is to manage all with less pin possible apart the I2C bus.
Sorry for the questions but I found little informations on the datasheet.
Riccardo