Part Number: BQ20Z95
hi,
MCU communicate with IC qb20z95, The sbs command, ManufacturerName(0x20), has 12 bytes returning, but I could only receive 2 bytes, what can I do?
My bit sequence: Start + 0x16 + ACK + 0x20 + ACK + Sr + 0x17 + ACK + return length byte + ACK + return byte1+ACK+return… + Stop.
The bit sequence meets the requirements of smbus110.pdf Page26.(Block Read)
But I could only receive 2 bytes. why?
another question:
Bq20z95 Sealed to Unsealed,default unsealkey is 0414,3672.
My bit sequences:Start+0x16+ACK+0x00+ACK+0x14+ACK+0x04+ACK+Stop+Start+0x16+ACK+0x00+ACK+0x72+ACK+0x36+ACK+Stop. (Execute within 4 seconds)
Is it right?This is your engineer's guidance, I don't know if I understand it right. or as smbus110.pdf Page25.(Block Write)?
Thanks