Question about how to print checksum in SEGGER Embedded Studio

hello,

Used SEGGER Embedded Studio for ARM 5.42a.

To prepare for mass production, I'm trying to check the checksum... but I can't figure out how to do it, so I'm asking for help.

When using the programmer provided by nordic below...

Is there a way to check whether the sw image file you are trying to write is correct?

ex) Generally, checksum is added to the file name and compared with the actual checksum when the programmer reads the actual sw image file.

Parents
  • Hi SHMoon,

    It seems our tools don't integrate any such checksum features.

    I recommend you keeping a checksum file coupled with your hex file delivery. When anyone use the file, they can run a checksum calculation, and compare it with the content of the checksum file instead.

    You might have seen this method used in various software deliveries. An example is Ubuntu ISO downloads.

    I will informally mention it with our developers as a feature request. However, please keep in mind that the tools we provided are meant as development tools and/or feature demonstration, so non-essential features might not be prioritized as introducing and maintaining them both require resources.

    Hieu

Reply
  • Hi SHMoon,

    It seems our tools don't integrate any such checksum features.

    I recommend you keeping a checksum file coupled with your hex file delivery. When anyone use the file, they can run a checksum calculation, and compare it with the content of the checksum file instead.

    You might have seen this method used in various software deliveries. An example is Ubuntu ISO downloads.

    I will informally mention it with our developers as a feature request. However, please keep in mind that the tools we provided are meant as development tools and/or feature demonstration, so non-essential features might not be prioritized as introducing and maintaining them both require resources.

    Hieu

Children
Related