stm32

Make CRC on stm32 match with software implementation

Make CRC on stm32 match with software implementation Question: Upd. See the end of post for working code I’m already mad with this. How can I make checksum from CRC unit on stm32f103 match with software implementation? Stm has polynom 0x04C11DB7 and reset value 0xFFFFFFFF. So I’ve tried to calculate it in python. Code for …

Total answers: 2