2021-03-26 02:44 AM
Hello, I am using Keil and generating a *.bin file of my program from the *.axf file.
I would like to know if there is a way to check before loading the binary file if it is corrupted.
Is there some checksum to read or something.
Solved! Go to Solution.
2021-03-26 05:38 AM
Typically one would need to add a checksum or CRC in a post-link step, or part of your process of converting the object into a deliverable image.
You can add scripts/executables in a User options tab.
2021-03-26 05:38 AM
Typically one would need to add a checksum or CRC in a post-link step, or part of your process of converting the object into a deliverable image.
You can add scripts/executables in a User options tab.
2021-04-22 06:43 AM
Thanks for the answer