Append CRC to end of binary file
Intel Hex or Motorola Hex file converter
Brought to you by:
jpelletier
To be able to get result 'null' after CRC checking of a complete file, it is required to append the calculated CRC to the end of the binary file in stead of putting the CRC into the binary file what results in a new and different CRC after (re)calculating.
This can be done in the current version by allowing extra empty bytes in your hex file for the CRC/Checksum. You specify the range from begin to last byte, and force following byte(s) to the checksum.
hex2bin -r (begin) (last byte) -f (CRC/cheksum location)