cancel
Showing results for 
Search instead for 
Did you mean: 

SPC5UDESTK - Checksum

ssk
Associate II
Posted on October 07, 2015 at 14:48

I am using

Universal Debug Engine v4.02.07

for programming the flash with SPC560D MCU with

PLS USB/JTAG adapter

. Where can I find the checksum value for the obj file (.elf or .hex or .out)? Which menu of the tool has this information listed? any document for the UDE tool?

Thanks in advance.

Mike.
4 REPLIES 4
ssk
Associate II
Posted on October 09, 2015 at 10:52

Is there any generic tool available for knowing the checksum value of the generated output file (.elf or .hex or .bin etc)?

Thanks.

Mike.

Erwan YVIN
ST Employee
Posted on October 12, 2015 at 12:04

Hello Mike ,

Sorry for the late answer , my alert settings was broken

you can use cksum <FILENAME> to generate a checksum on defined file.

or md5sum.exe (cygwin tools)

i am checking on PLS Side

             Best regards

                          Erwan

ssk
Associate II
Posted on October 13, 2015 at 15:12

Hello Erwan,

Any updates on the PLS side? Whether the two executables mentioned below are available with SPC5Studio?

Thanks.

Mike.

Erwan YVIN
ST Employee
Posted on November 02, 2015 at 16:35

Hello Mike ,

md5sum.exe is coming from cygwin tools.

http://www.cygwin.org

PLS is using your own checksum calculation to check if the elf file has been touched and updated.

   Best regards

                 Erwan