Hello.
I'm trying to get the example bootloader Segger project (secure_bootloader_ble_s132_pca10040) running on a custom board I have that uses the nRF52832 as its core.
Out of the box, I've got the bootloader example to work on the PCA10040 dev board so I can familiarize myself with the steps.
However, I am unable to get this to work with my customer board. So far, the main modifications I made were to change the BOOT button option in the sdk_config.h to the button I used for my board. Segger says the bootloader was downloaded to the device properly but when I scan for Bluetooth devices, DfuTarg doesn't show up as a device.
What are some other modifications I need to look into to get that part running? Am I missing some other configuration steps?