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

DFU For SDK12.3.0

Dear Nordic Team,

Tanks for Supporting.

How to start test DFU in SDK12.3.0. My Hardware is PCA10028. How to merge hex files soft device and bootloader ?

update 1: Already DFU work with SDK11 its working fine. My Process : Step 1: bootloader hex upload my harware through nrf go studio Step 2: Advertising show the DfuTest Setp 3: Then upload my Application buttonless DFU through DFU APP Step 4: Advertising show the Nordic_Buttonless Step 6: Power OFF then ON my Hardware Step 7: Advertising show again DfuTest

I dont know what i am doing wrong. Please Help

Parents
  • Are you using softdevice s130_nrf51_2.0.0? What output are you getting from the nrfutil command? Also, take a look at this devzone case here. Make sure you are using the correct softdevice (SD) code after the --sd-req command. It seems like the correct SD for SDK 12.3.0 is the s130 v2.0.1 SD. Which would make the code 0x87. But double check to make sure you are using the same SD. You can find the different SD codes by typing nrfutil pkg generate --help in a command prompt window.

Reply
  • Are you using softdevice s130_nrf51_2.0.0? What output are you getting from the nrfutil command? Also, take a look at this devzone case here. Make sure you are using the correct softdevice (SD) code after the --sd-req command. It seems like the correct SD for SDK 12.3.0 is the s130 v2.0.1 SD. Which would make the code 0x87. But double check to make sure you are using the same SD. You can find the different SD codes by typing nrfutil pkg generate --help in a command prompt window.

Children
No Data
Related