2018-06-26 07:47 AM
Hello All,
Does ST provide any plugin or a tool to calculate the Array Integrity Check on a hex file given that we are specifying which blocks of flash we will use in this check. Since the result found in registers User Multiple Input Signature 0..4 registers vary every time the data changes.
For example:
If we have variable that change every build like build-time and build-version, we can not anticipate the result of the
Multiple Input Signature registers since the calculated signature will vary with these changes on each compilation.
2018-06-26 08:55 AM
If you understand what the processor is looking for, you should be able to read and process the .HEX in a post-link step, and compute these values. Couple of hour task to code something like that.
2018-06-28 07:59 AM
Hello Shady ,
we have not this plugin.
There is already a post relative to this subject
https://community.st.com/0D50X00009XkYQPSA3
Best regards
Erwan
2018-06-29 03:41 AM
Dear Erwan,
- I have checked the link provided and unfortunately it is talking about calculation of CRC, while I want to use MISR registers for calculating the signature.
- I also checked on subjects of the other forum specified in your provided link and I found plugin for MISR_C55.exe but unfortunately it is not usable for SPC570S, and as I have seen in the help of this tool it is a collaboration between ST and Freescale so how come that there is no tool for supporting other targets.
Best Regards,
Shady Abdelnasser