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

Optimize CAN RX FIFO usage in CAN filters #29

Open
heliochronix opened this issue Aug 13, 2020 · 0 comments
Open

Optimize CAN RX FIFO usage in CAN filters #29

heliochronix opened this issue Aug 13, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@heliochronix
Copy link
Member

The current implementation of the CAN filters uses only FIFO0 to receive messages. We should optimize usage of the FIFOs to ensure a single FIFO doesn't get overwhelmed and drop received frames.

One FIFO should probably be used for high priority critical messages, while another can be used for lower priority PDO and SDO frames and such.

@heliochronix heliochronix added the enhancement New feature or request label Aug 13, 2020
@wrh2 wrh2 added the C3 label Apr 22, 2022
@ryanpdx ryanpdx removed the C3 label Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

3 participants