How to restore the device Hw v2?

I have the nRF Hw v2, and it seems like I did something wrong with a Fw:

nRF is recognizable by a computer as the COM10/11/12 device:

Most of the nRF Connect Desktop applications could recognize the device, but, unfortunately, they can not connect to it, and return an error:

or return nothing:

t looks like the Fw Application is loaded on the nRF and it is booted properly, while the modem does not respond.

Is there any Fw for the modem?

I saw some Segger software tool, and it offers to restore some image from time to time. Could it be connected to this problem?

Parents
  • Hi,

    Looks like the recover command faild, not sure why, other errors you see are related to APPROTECT being enabled. Try one of the following steps:

    Can you test with the use of the command line to nrfjprog, https://www.nordicsemi.com/Products/Development-tools/nRF-Command-Line-Tools/Download , you can use a command called recover, so all you have to do is run "nrfjprog --recover" from a terminal. 

    Seems that APPROTECT is enabled witch is stopping you from reading the memory, so a recover command should solve this. You can also do this with nRF UTIL tool, https://www.nordicsemi.com/Products/Development-tools/nRF-Util/Download#infotabs,  then you need to get the devices module and run this command " nrfutil device recover"

    Regards,
    Jonathan

  • Jonathan, greetings.

    The nrfjprog --recover returns the next:

    C:\Program Files\Nordic Semiconductor\nrf-command-line-tools\bin>nrfjprog --recover
    [error] [ JLink] - Not supported by current CPU + target interface combination.
    [error] [ JLink] - Not supported by current CPU + target interface combination.
    [error] [ JLink] - Not supported by current CPU + target interface combination.
    [error] [ JLink] - Not supported by current CPU + target interface combination.
    [error] [ JLink] - Not supported by current CPU + target interface combination.
    [error] [ JLink] - Not supported by current CPU + target interface combination.
    [error] [ JLink] - Not supported by current CPU + target interface combination.
    [error] [ JLink] - Not supported by current CPU + target interface combination.
    [error] [ JLink] - Not supported by current CPU + target interface combination.
    [error] [ JLink] - Not supported by current CPU + target interface combination.
    [error] [ JLink] - Not supported by current CPU + target interface combination.
    [error] [ JLink] - Not supported by current CPU + target interface combination.
    Recovering device. This operation might take 30s.
    Restored application UICR.HFXOSRC and UICR.HFXOCNT.
    Erasing user code and UICR flash areas.

    C:\Program Files\Nordic Semiconductor\nrf-command-line-tools\bin>

    And the board still returns a error during the initial setup:

    Br., Toni.

  • Jonathan, the current Sw positions are:

    Sw5 = nRF91

    Sw1 = N.C.

    Sw2 = N.C.

    Other Sw (10, 11, 1, 8) are sealed, and are never changed.

    Br., Toni.

  • Can you share an image of the DK? 

    Also have you flashed anything on the nRF52 on the DK ? 


    V0.8.3 is also an early engineering sample can you double check that it says B1 on the SiP itself and not B0? Might also be that non of indicators are the if it is an Engineering version. 




    Example on B0 and Eng. versions. 

    These seem to not work, the modem firmware that these use are not the latest, and the Quick start does use the latest mfw. So I would recommend that you update to a newer DK. 


    Regards,
    Jonathan

  • Jonathan, greetings.

    That is we have:

    Br., Toni.

  • Thanks, yes I see you are rocking the Engineering edition. It is not fully tested and does also not support the latest modem firmware fully.  Its discontinued. 
    https://docs.nordicsemi.com/bundle/PDN/resource/PDN_037_nRF9160-SIxA-B0A.pdf 

    https://www.nordicsemi.com/Products/nRF9160/Download#infotabs 

    https://docs.nordicsemi.com/bundle/comp_matrix_nrf9160/page/COMP/nrf9160/nrf9160_doc_ref_design_files_overview.html 

    If you plan to work with that then you would need to work with the old documentation and releases, might also stumble upon untested issues so I don't recommend that you continue to work with it. 

    Regards,
    Jonathan

  • Jonathan, gretings.

    Okay, everything is clear.

    Thank you for struggling together. ;)

    You may close this ticket now.

    Br., Toni.

Reply Children