Skip to main content
ssk
Associate III
October 7, 2015
Question

SPC5UDESTK - Checksum

  • October 7, 2015
  • 4 replies
  • 909 views
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.
    This topic has been closed for replies.

    4 replies

    ssk
    sskAuthor
    Associate III
    October 9, 2015
    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
    October 12, 2015
    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
    sskAuthor
    Associate III
    October 13, 2015
    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
    November 2, 2015
    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