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

Easy development with BL + SD + APP

Hi all,

I'm developing a buttonless DFU based application using the SDK v15.3
Following the documentation was pretty easy and I'm now able to run the app_ble_buttonless_dfu example with a secured ble bootloader.

I'm using SES and a PCA10040 DK for my developments. The issue is that when I'm developing, each time I want to test/debug my application code, I have to :
- Compile the application code using SES
- Create a new Bootloader Setting File accordingly to the new application hex file
- Merge the Bootloader Setting File and the application hex file
- Erase the SDK
- Flash the SD, the newly merged hex file and the Bootloader to the DK
- And finally, test and debug with SES

Is there a way to quickly/easily debug and develop like I'm used to do it for any non-bootloader related application ?

Thanks for any help :-)

Related