ratan22
Junior Member level 1
- Joined
- Apr 3, 2018
- Messages
- 15
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Location
- BHUBAMESWAR
- Activity points
- 142
I’m working on the SPI communication between a microcontroller and the L9963E.
The datasheet of the L9963E shows little information about the CRC calculation,
but mentions:
Total data bit length is 40bit(39-0) out of this 6bits are CRC(5-0) and data bit is 34bit(39-7).
Some examples are
The datasheet of the L9963E shows little information about the CRC calculation,
but mentions:
- a CRC of 6 bits,
- a polynomial of X6 + X4 + X3 + 1 = 0b1011001
- a seed of 0b111000
Total data bit length is 40bit(39-0) out of this 6bits are CRC(5-0) and data bit is 34bit(39-7).
Some examples are
- Data=C004000021, CRC=21
- Data=C004000078, CRC=38
- Data=C004000093, CRC=13
- Data=C0040000CA, CRC=A