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.
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.