CRC Error Duet3
-
Hi!
Hope you can help me. I am compiling the RepRapFirmware for the Duet 3 6HC. The debugging is working but when I build the release version, the status LED indicates an CRC error (which is just checked in RELEASE version). I tried with the 3.2.2 release code (without any modification) and I am getting the same error.
I am building on Windows with the crc32appender in the PATH that is being called without any problem.
Let me know if there is something else I can provide!
Is there something I am missing? -
I suggest you use HxD (a hex file viewer/editor) to check that the CRC has been correctly appended.
-
Thanks for answering so fast. Now it working, I just recompiled after cleaning the project and removed the old binary file.
If someone has the same problem, to compare the binaries I used:- To edit (remove the last 4 bytes): https://hexed.it/
- Calculate the CRC: https://simplycalc.com/crc32-file.php