Skip to main content
VP.6
Associate II
May 20, 2023
Solved

CRC Algo for BMS L9963E Chip

  • May 20, 2023
  • 1 reply
  • 1400 views

Hi Team

I am trying to communicate SPC574 with L9963E BMS IC

Can any one help in updating the CRC calculation for it

I tried some simple calculation with polynomial , but I dont see any response from the BMS IC

#define CRC_POLY (uint64_t)0x0000000000000033 /*CRC Poly:X^6 + X^4 + X^3 + 1*/

#define CRC_SEED (uint64_t)0x0000000000000038

This topic has been closed for replies.

1 reply

Tesla DeLorean
Tesla DeLoreanBest answer
Guru
May 20, 2023
Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Tesla DeLorean
Guru
May 22, 2023

I was able to build a test case against the "Special Frame" values.

https://www.st.com/resource/en/datasheet/l9963e.pdf

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..