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!