When reading the FW version in the bq76952 using subcommand 0x0002, the TRM indicates there are 6 Bytes of data to read back. But checking the data length using Command 0x61 indicates the data length is 11. Datalength read back 0x61 returns 0x0F (15 dec). Subtract 4 bytes and result is 11.
When we read the 11 bytes, only the first 6 have data, the last 5 bytes are all 0x00.
Is this correct?