Difference between revisions of "J-Flash"

From SEGGER Wiki
Jump to: navigation, search
Line 7: Line 7:
 
Further information regarding this can be found here:
 
Further information regarding this can be found here:
 
* Wikipedia: https://en.wikipedia.org/wiki/Cyclic_redundancy_check#Standards_and_common_use (table entrfy for CRC-32)
 
* Wikipedia: https://en.wikipedia.org/wiki/Cyclic_redundancy_check#Standards_and_common_use (table entrfy for CRC-32)
* Flasher User Guide: UM08003 chapter "10.1 CRC of current data file"
+
* J-Flash User Guide: UM08003 chapter "9.1 CRC of current data file"

Revision as of 15:36, 14 March 2018

J-Flash and Flasher are using 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: