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

Refactor Tiva CAN to use FIFO Mode #674

Open
bakerstu opened this issue Nov 5, 2022 · 0 comments
Open

Refactor Tiva CAN to use FIFO Mode #674

bakerstu opened this issue Nov 5, 2022 · 0 comments
Assignees

Comments

@bakerstu
Copy link
Owner

bakerstu commented Nov 5, 2022

This is useful for times when FLASH page erase may occur so as not to lose CAN bus messages.

Care must be taken that the Tiva CAN cannot guarantee FIFO order as a "ring". This will mean that special care must be taken to clear the NEWDAT in a way that is atomic and guarantees order of incoming messages.

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