Hello,
My current setup is:
Nrf 52832 custom board (pca10040)
SDK 15.3.0
SES 4.52
Soft Device s132
Using a j-link mini EDU debugger
I've tested out the secure bootloader for OTA DFU and it works perfectly but once I run the buttonless DFU application on the board, the board does not advertise as Nordic_DFU to find and update the firmware. I used the NRF programmer in the NRF Connect PC application to program the board. As per the procedure, I generated a bootloader settings page as per the application and merged the secure bootloader hex file, bootloader settings hex file, and the application hex files and flashed it onto the board with the softdevice but I do not see the advertising. I've made the bsp board led glow blue if it is advertising in the bootloader.
Where could I be going wrong?