This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to communicate with a bq34z100 via i2c ?

Other Parts Discussed in Thread: BQ34Z100

I use a DSP communicate with a bq34z100 via i2c . The bq34z100 is new(unconfigured). Can I read the DEVICE_TYPE in unconfigured state? My test step is:

1 .  Trans Control()  command  (0x00  and 0x01) ;

2.  Trans sub-command  (0x00  and 0x01) ;

3. Read back two bytes.

The read back data is 0x01 and 0x00. But i think the data shoud be 0x0541 (Line 3 of table 3 for datasheet  page 10) .

so , where is my mistake ?

thanks!