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

Getting problem to upload Bootloader HEX file through nRFgo Studio...

Hello,

I am working on nRF52832 chip using SDK 15.3.0 in segger embedded studio.

I implemented DFU in my application and it's working properly.

But my problem is when I upload HEX file of boot-loader using nRFgo Studio at that time I am getting error as shown below,

For download HEX file I am try 2 method

Method 1:

1) download soft-device HEX file,

     Path: ..\..\..\components\softdevice\s132\hex\s132_nrf52_6.1.1_softdevice

2) Download bootloader HEX file,

    Path: ..\..\..\Example\dfu\secure_bootloader\pca10040_ble\ses\Output\Release\Exe\secure_bootloader_ble_s132_pca10040.hex

Method 2:

Merge HEX file of bootloader setting generated by nrfutil.exe and bootloader hex file.

For merge and generate HEX file using below command,

1) Generate boot-loader settings as per our Application using below command,

2) Merge HEX file using below command,

after this HEX file I upload same way using nRFgo Studio but getting same error. 

Bootloade RAM AND FLASH address is shown below,

And application RAM and FLASH address is shown below,

Please give me solution for this problem as soon as possible.

Regards,

Urvisha Andani