J-Flash

From SEGGER Wiki
Revision as of 11:42, 27 November 2019 by Erik (talk | contribs)
Jump to: navigation, search

CRC calculation

The CRC used is the CRC32-CCITT polynomial.

Normal form: 0x04C11DB7
Reversed form: 0xEDB88320 (used by J-Flash)

Please note, that the initial CRC used for the calculation is 0x00000000 (some calculators use 0xFFFFFFFF).

Further information regarding this can be found here:


J-Flash and Flasher are using a CRC. The CRC used is the CRC32-CCITT polynomial.

Normal form: 0x04C11DB7
Reversed form: 0xEDB88320 (used by J-Flash)

Please note, that the initial CRC used for the calculation is 0x00000000 (some calculators use 0xFFFFFFFF).

Further information regarding this can be found here: