I have found a lot of people having problems debugging with the SD enabled, but we are not using any BLE atm. We are just using the softdevice for OTA updates. But this is not my issue. I am able to debug the application if it gets started.
The problem is if I use the debugger to upload the updated application the application is never started. The device enters DFU mode instead of booting my application. I assume this is because the bootloader cannot validate the application code.
Right now I have to create a firmware package .zip and upload it via DFU. Which is very time consuming since I have to use BLE DFU.
Is there some flag to circumvent the bootloader checks for debugging?
We are using the secure_bootloader_ble_s140_pca10100
Thanks for your tips.