Difference between revisions of "J-Flash"

From SEGGER Wiki
Jump to: navigation, search
m
Line 1: Line 1:
J-Flash and Flasher are using the CRC32-CCITT polynomial.
+
J-Flash and Flasher are using a [[CRC]].
  +
The CRC used is the CRC32-CCITT polynomial.
 
Normal form: 0x04C11DB7
 
Normal form: 0x04C11DB7
 
Reversed form: 0xEDB88320 (used by J-Flash)
 
Reversed form: 0xEDB88320 (used by J-Flash)

Revision as of 09:55, 23 June 2019

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: