Other Parts Discussed in Thread: BQ35100, BQSTUDIO
Hello,
My Application uses the Primary cell Battery (LISOCI2 ) and just started exploring the capabilities of BQ35100, Could you please clarify below questions?
- We are thinking of using this IC in EOS mode, Do the IC BQ35100 need to be programmed using BQ STUDIO prior to usage? the Is there any other way to program the BQ35100 IC ?
- I am trying to read the CONTROL STATUS using the below sequence of I2C transactions, seems like it is not working, it is returning 0x8020 for CONTROL STATUS, and also returning the same value for reading CHEM ID.
please let me know what I am missing.
a. Writing the CONTROL REGISTER SUB COMMAND(CONTROL_STATUS) START, 0xaa,0x00,0x00,xx00,STOP , wait 2ms
b. Reading - START,0xaa,00,START,AB,<READ TWO BYTES>,STOP.
c. Writing the CONTROL REGISTER SUB COMMAND(CHEM ID) START, 0xaa,0x00,0x06,xx00,STOP , wait 2ms
d. Reading - START,0xaa,00,START,AB,<READ TWO BYTES>,STOP.
3. Also Please let me know if you have any driver source code for this IC.
Thanks,
Naga.