SpaceTeam / STS1_COBC_SW

Software for the communication and onboard computer (COBC) of SpaceTeamSat1 (STS1)
MIT License
10 stars 2 forks source link

Switch CRC computation from SW to HW #254

Open PatrickKa opened 8 months ago

PatrickKa commented 8 months ago

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.