Problem with 1st time program command

Comments

1 comment

  • Tom Scribner

    Upon further evaluation, it seems the program statement has an issue with the three variables for programming the nrf52.  The following seem to be required.

    1) The statement program requires three files, application, soft device, and bootloader.  However, the documentation states that only one file is required and the others are optional.  If I use NULL for the file #2 and three the statement fails.  Typically when we are using Zephyr as the application, a Soft Device file is not needed.

    2) I have my program statement coded up as the following:

        command: program nrf52 %MFG_TEST_NAME%,%MFG_TEST_NAME%, NULL

       Occasionally this works just fine, however, most of the time the first execution of this program statement fails and a restart is need, and usually passes after the first execution.

     

    0
    Comment actions Permalink

Please sign in to leave a comment.