cancel
Showing results for 
Search instead for 
Did you mean: 

STM32 *.bin file corruption

Saredo
Associate III

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.

1 ACCEPTED SOLUTION

Accepted Solutions

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.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

View solution in original post

2 REPLIES 2

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.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Saredo
Associate III

Thanks for the answer