Topic : CRC of STM32 binary file.

Forum : ARM

Original Post
Post Information Post
June 1, 2011 - 9:21am
Guest

Hello,
Does the Ride 7 (7.22.09) calculate the CRC of the application after linking ?
How to request this function ?
Where is the result ?
Thank you.

Replies
Post Information Post
+1
0
-1
June 1, 2011 - 10:33am
Raisonance Support Team

Hi,

Ride7 does not do that directly. You can refer to the ST Application Note that describes how to get IEC60335 Class B conformance.
The easiest way to handle CRCs is to use an external tool that matches your CRC algorithm, and apply it on the BIN image of your produced file.

Note that you can use the CRC peripheral available on some STM32 subfamilies in order to get a better performance, but ensure that you apply the proper CRC algorithm on your BIN.

Best Regards,