Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LTC_SendI2cCommand data packing error in ltc_6813-1.c #53

Open
dubeysarthak opened this issue Aug 20, 2024 · 1 comment
Open

LTC_SendI2cCommand data packing error in ltc_6813-1.c #53

dubeysarthak opened this issue Aug 20, 2024 · 1 comment

Comments

@dubeysarthak
Copy link

For sending I2C data in daisy chain LTC takes 6 bytes of data and 2 bytes of PEC. At line 4290-4297 in pTxBuff array space for PEC is not provided. Right now PEC is overlapping the data.
Eg. pTxBuff[4u + (i * 6u)] = cmd_data[0]; --> pTxBuff[4u + (i * 8u)] = cmd_data[0];

@foxBMS
Copy link
Owner

foxBMS commented Sep 26, 2024

Dear @dubeysarthak,

thanks for the report. We will have a loot at and come back once we have more information.

Best regards,
The foxBMS Team

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants