This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

can not download app from nRFgo Studio after download bootloader

Hi, Nordic I use SDK12.1 with nRF52832, I found one issue:

if I do not program bootloader, nRFgo Studio can program app.

First, erase all flash, then program softdevice.

If next I program bootloader, app can not program success, show flash is not erase

If next I program app, bootloader can not program success, show flash is not erase.

I do not understand why, bootloader and app ram address and size is OK.

s132_nrf52_3.0.0_softdevice.hex

nRF52_Application.hex

nRF52_Bootloader.hex

nRF52_application.rar

nRF52_bootloader.rar

Parents
  • This is due to a qwerk in the nRFGo Studio software. Its been this way for some time. In order to program the SD, App and Bootloader you need to do the following:

    1. Merge the SD, Bootloader and App into a single hex file.
    2. Validate the Application code so that the Bootloader will jump to the Application
    3. Program this merged+validated image under the Application tab in nRFGoStudio
    4. Crack a beer.

    Here's a link to how to merge and validate. devzone.nordicsemi.com/.../ Note that the for the nRF52 using SDK12 the application validation step does not work as stated in the link. You need to use the nrfutil tool to create the validation settings. If you need further help with this step let me know. It should be be documented in the nrfUtil.

    Cheers,

    DC

Reply
  • This is due to a qwerk in the nRFGo Studio software. Its been this way for some time. In order to program the SD, App and Bootloader you need to do the following:

    1. Merge the SD, Bootloader and App into a single hex file.
    2. Validate the Application code so that the Bootloader will jump to the Application
    3. Program this merged+validated image under the Application tab in nRFGoStudio
    4. Crack a beer.

    Here's a link to how to merge and validate. devzone.nordicsemi.com/.../ Note that the for the nRF52 using SDK12 the application validation step does not work as stated in the link. You need to use the nrfutil tool to create the validation settings. If you need further help with this step let me know. It should be be documented in the nrfUtil.

    Cheers,

    DC

Children
Related