2023-05-19 08:40 PM
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
Solved! Go to Solution.
2023-05-20 04:15 AM
Point me at some documentation and examples or responses.
Related but shorter
https://github.com/cturvey/RandomNinjaChef/blob/main/ST_PMIC_CRC5.c
2023-05-20 04:15 AM
Point me at some documentation and examples or responses.
Related but shorter
https://github.com/cturvey/RandomNinjaChef/blob/main/ST_PMIC_CRC5.c
2023-05-22 11:33 AM
I was able to build a test case against the "Special Frame" values.
https://www.st.com/resource/en/datasheet/l9963e.pdf