Hi!
I'm using some common bootloader code for different devices.
One of my devices is a bit different, with an LED library that caused me to increase the BL size in the linker.
This is not happening on my other devices, which is why I mentioned the different linker.
2 of them also have a modified linker for a small LCD driver. Those work great!
When I debug the application jumping to bootloader with NRF DFU IOS app,
I get a hard fault in nrf_dfu_set_adv_name(). Name should be "DfuTarg", from my bootloader make file
As you can see here, Dfu31280 is showing up instead of DfuTarg,
Here is the call stack, HardFault is where the PC indicates inside NMI_Handler