Hello. I am testing the Secure DFU for NRF51 with softdevice S130 provided in the SDK Version 12.3.0 following the steps in this guide. https://devzone.nordicsemi.com/nordic/short-range-guides/b/software-development-kit/posts/getting-started-with-nordics-secure-dfu-bootloader#h44sjziaea6x739chl3s2bk6zz9163
I was able to build the bootloader and flashed it to the chip. In the nRF connect application I can see the DFU advertising with the name DFUtarg, but when I try to connect to the device the connection is never established. First it says connecting then discovering, but it never goes past discovering. After a few seconds it seems to timeout and the app shows disconnected.
I also loaded the app blinky example to the device, the bootloader does jump to the application and I can establish a connection with NRF Connect and read and write the characteristics. When I enter de DFU mode pressing the button 4, DFUtarg shows up in the app, but the same problem occurs that it won't connect.
Led 3 on the dev board turns on, as I read that it should when the chip is in DFU mode, but I also noticed that Led 1 also turns on slightly after. I couldn't find anywhere in the documentation or the source code why Led 1 turns on.
I have also tried deleting the bluetooth cache and the nrf Connect cache from the phone and tested with a different phone, but the problem persists.
Any help to solve this problem would be greatly appreciated.