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

Switch CRC computation from SW to HW #254

Closed
PatrickKa opened this issue Mar 3, 2024 · 2 comments
Closed

Switch CRC computation from SW to HW #254

PatrickKa opened this issue Mar 3, 2024 · 2 comments

Comments

@PatrickKa
Copy link
Contributor

Description

Unfortunately, the HW CRC unit of the STM32 is a bit weird and the HW CRC32 differs from the SW version. This means that we have to notify the other endpoints about the change, and they need to implement a version that agrees with our HW version. Only then can we finally switch.

@PatrickKa
Copy link
Contributor Author

Since the HW CRC unit of the STM32 is so weird, we probably won't switch at all. Benchmarks will show how slow or fast the SW CRC is and if it is fast enough for checking a whole FM image.

@PatrickKa
Copy link
Contributor Author

Superseded by #343.

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

No branches or pull requests

1 participant