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

My nrf9160 which has the v1.0.0 modem and using v1.0.0 sdk has suddenly started continuouly resetting .

My nrf9160 which has the v1.0.0 modem and using v1.0.0 sdk has suddenly started continuouly resetting when i try to run asset tracker application.  I have tried at-command sample also and that gives an assertion Fail with bsdlib irrecoverable error: 3. I seem unable to program it with anything that works. I have programmed with programmer tool and from the command line using west. Any sugestions?

Parents Reply
  • addition:

    we asked the customer tp read out addresses 0x00FF8010 to 0x00FF8020 in UICR?

    Using the command "nrfjprog --memrd 0x00FF8010 --n 16"

    Reply from customer:

    Both boards say:

    0x00FF8010: FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFE

    Have now asked the customer:

    Can you  program UICR as follows?

    nrfjprog --memwr 0x00FF8014 --val 0xFFFFFFC8
    nrfjprog --memwr 0x00FF8018 --val 0x00000000
    nrfjprog --memwr 0x00FF8020 --val 0xFFFFFF20

     

    Then perform a reset with nrfjprog -r or on-board reset button.

Children
Related