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

OTA DFU Bootloader SDK9.0.0

Hi all,

I am trying to put the NRF51822 XXAA chip into DFU mode (the board used is a custom one and not the one in DK/EK).

SoftDevice V8.0.0 Bootloader Source from SDK9.0.0

I was able to build the bootloader successfully using GCC but when both the SD(loaded 1st) and Bootloader.hex(downloaded 2nd) are downloaded I am unable to see the peripheral advertising as DFUTarg. I tried to debug with a breakpoint on the main function but the breakpoint was not hit. So I guess the problem to be either on the startup file or on the linker file.

Attached below is the bootloader source code that I have made use.

Bootloader.zip

Kindly help me in fixing the issue so that I am able to proceed with OTA DFU of App firmware

Thanks

Related