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

NRFJPROG ERROR return code 9

We are developing a test jig that also programs the Nordic nRF51822 on our board.

We are receiving the following error message from the command line programmer: NRFJPROG ERROR: nrfjprog encountered an error condition that should not occur. Please report the error to Nordic Semiconductor support with the text "write_and_verify_hex_file: return code 9"

What are the conditions that cause this error?

Parents
  • This is not so easy thing to debug, can you please repeat the command that generated this error with --logeverything option

    nrfjprog <cmd_that_generated_error> --logeverything
    

    After this two files (error.log and log.log) will be generated in your current directory (make sure this directory is writable). Share this two files Also tell me the device name that you are using. nRF51822-????

Reply
  • This is not so easy thing to debug, can you please repeat the command that generated this error with --logeverything option

    nrfjprog <cmd_that_generated_error> --logeverything
    

    After this two files (error.log and log.log) will be generated in your current directory (make sure this directory is writable). Share this two files Also tell me the device name that you are using. nRF51822-????

Children
No Data
Related