Matching CRC32 from STM32F0 and zlib

后端 未结 5 1080
隐瞒了意图╮
隐瞒了意图╮ 2021-02-10 17:53

I\'m working on a communication link between a computer running Linux and a STM32F0. I want to use some kind of error detection for my packets and since the STM32F0 has CRC32 hw

5条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-10 18:12

    From my experience, you can not compare the CRC32 code between the STM32 CRC unit output with the online CRC32 calculator.

    Please find my CRC32 calculator for STM32 in this link.

    This function has been used in my project, and proved to be correct.

提交回复
热议问题