Hello! I try to use "ble_default_bootloader_app.hex" with my app to allow OTA option for my device. (nrf51822 and SDK 7.2.0) With NRFToolbox I can connect to the device (there is no messages about missing handlers etc.) but when starting upload a .hex file, I've got a message "DFU connection has been lost." In debug mode I see that bootloader_start() func called and I can reach the last asm command as jump to bootloader. Thank you for your attention!