You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: