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

bootloader gone after DFU(nRF52832/sd132_v2.0.0)

Hi,

I encountered an issue when trying to integrate DFU to my application. Every time I upload my application through DFU, the bootloader gets overwritten, i.e. only softdevice and application are left in the flash. However if I upload the example dfu_test_app image from the sdk, the bootloader is retained.

Here are my h/w and s/w environment:

board: PCA10036

sdk: nRF5_SDK_11.0.0_8908197

softdevice: s132_nrf52_2.0.0_softdevice.hex

bootloader: compiled from nRF5_SDK_11.0.0_89a8197\examples\dfu\bootloader\pca10036\dual_bank_ble_s132\arm5_no_packs

Any suggestions are appreciated.

Thanks, Bill

Related