Question
need to change CRC peripheral's polynomial
Posted on January 04, 2014 at 03:13
The reference manual for the STM32F4 states that the polynomial for the CRC generator is 0x4C11DB7
I must change it to 0x0B5D0A7D or else my application will not work, as I am spoofing another deviceIs there a trick to calculating an input such that it seems as if my CRC used 0x0B5D0A7D?Is there anyway to change it? I have searched, the FAQ does not help at all.