Tool/software:
Hi TI Support Team,
I am trying to verify the CRC-8 calculation for the BQ76952. Based on the TRM example, when writing 0x307A
to address 0x9180
, the expected CRC-8 should be 0x44
.
I assumed the CRC should be calculated over the following byte sequence:
[ 0x80, 0x91, 0x7A, 0x30 ]
However, when I compute the CRC-8 , I get 0x43
instead of 0x44
.
Could you clarify which bytes should be included in the CRC calculation? Is there any additional step that I may be missing?
Thanks.