This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Check8 writes wrong value

Hi all,

Anyone tried getting check8 to write the checksum into the bin file?

The command prompt reports the correct crc but the wrong value is written into the file??

Example 1

Bin file is:
0x00 0x20 0x30 0x40
check8 file /s0x1 /p0x0

returns the correct value of 0x90 but writes 0x70 to the first location....

Example 1

Bin file is:
0x00 0xA0 0xB0 0xC0
check8 file /s0x1 /p0x0

returns the correct value of 0x10 but writes 0xF0 to the first location....

WTF!?