Other Parts Discussed in Thread: BQSTUDIO, EV2400, BQ78350
HI,
I am working on development of software drivers for a host which is supposed to be connected to BQ78350-R1 over SMBUS lines. I have few queries which are as follows...
1) Technical reference manual of BQ78350-R1 states default address of this IC operating as slave with SMB Configuration register 7th bit set to 1(Fixed address) is 0x16/0x17. Considering this, I tried to communicate with this IC through my host controller and there was no response from IC. upon scanning the bus for all possible addresses I found slave IC on 0XB (11 decimal). To verify my results I connected BQ78350-R1 IC through EV2400 and tried to Sniff packets communicating between IC and BQ studio IDE. Though IDE stated that chip was on 0x17, I was surprised to see bqstudio communicating to IC over 0xB as IC's address over SMBUS.
2) Query is about the sequence of data being read and written to IC. A simple voltage read command with PEC disabled should have following sequence [address write] ,[command],Start, [address read], [voltage reading LSB], [voltage reading MSB],End. Again, sniffed data for voltage read command over SMBUS shows one additional byte at the end I am not clear what does this byte specifies.
Ronak