Hello!
I am currently developing an application for the nrf52832 using Segger Embedded Studio as my IDE.
The application is not utilizing any softdevice but I would like to do updates using ble dfu which depends on s132 softdevice. While the application on its own is running fine it is causing some problems when bootloader and softdevice are present. I would like to debug those problems using SES but when downloading the application to the device it won't go past the bootloader. (When doing a dfu update using the nrf Toolbox App I do not run into this problem)
I tried adding the Bootloader settings file generated using nrfutil as "Additional Load File" but with no success.
So my question is: How can I download and debug an application using SES while bootloader and softdevice are already present on the device?
Are there other methods/tools for debugging I should be using instead?
Thank you for you help,
Julian