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

Sending more than 3 CAN frames to a single bus in one cycle can drop frames #11

Open
jpieper opened this issue Jun 30, 2022 · 0 comments

Comments

@jpieper
Copy link
Member

jpieper commented Jun 30, 2022

The title says it all.

This is likely because the CAN controller in the stm32 only has a buffer that is 3 deep. We can probably fix it either by making the client poll after that many, adding more buffering in the firmware or both.

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

1 participant