I am trying to add BLE OTA to our project for our custom NRF52833 board. We are using nrfconnect together with visual studio code and are using the most recent toolchain (nrf Connect SDK v2.1.1) we are using a j-link Segger to flash and debug our applications.
I am following the tutorial Add DFU support to your application - Software - nRF Connect SDK guides - Nordic DevZone (nordicsemi.com) and the code compiles but nothing happens when I flash it to the target. I tried lots of things, but I do not seem to get any further.
Hence, I decided to get back to the basics. So I set-up the hello-world sample for our board with the following configuration prf.conf:
CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y
This displays the hello world message and also an LED is switched on. Now, when I enable the MCUboot in the conf file: