This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

A clue for Programmer validation

Hi all,

we use nRF Connect for Desktop Programmer tool for flashing nRF5340 at production plant.
Our Regulatory Affairs & Quality Assurance dept. is asking for a validation of this tool.
In essence I have to provide an evidence the program written to internal Flash is exactly the HEX file I've sent to it.
Maybe the tool already performs such a check internally.
Is there anybody out there knowing the tool enough to identify an existing evidence - or a simple way to devise one ?

Thank you

Parents
  • Hi,

    nRF Connect for Desktop Programmer is not intended to be used for production programming and does not support verifying programming at the moment. At the moment you need to use another tool for verifying, for instance nrfjprog. With that you can verify programming using the --verify option, which can also be combined with --program to do both in a single operation.

  • I think the shortest path is trying to validate internally the Programmer tool.
    The validation should follow through these steps

    1) click "Add Hex file" (merged.hex, the program to be flashed)
    2) click "Erase & Write"
    3) click "Read"
    4) click "Save as file" (nRF_Connect_Programmer_1629380411895.hex, the read-back file)
    5) compare files, ensuring merged.hex content is included in nRF_Connect_Programmer_1629380411895.hex

    It works.
    What remains unclear is the meaning of an additional tail in the read-back file.
    Can you help to figure out its origin ?

Reply
  • I think the shortest path is trying to validate internally the Programmer tool.
    The validation should follow through these steps

    1) click "Add Hex file" (merged.hex, the program to be flashed)
    2) click "Erase & Write"
    3) click "Read"
    4) click "Save as file" (nRF_Connect_Programmer_1629380411895.hex, the read-back file)
    5) compare files, ensuring merged.hex content is included in nRF_Connect_Programmer_1629380411895.hex

    It works.
    What remains unclear is the meaning of an additional tail in the read-back file.
    Can you help to figure out its origin ?

Children
Related