Hi there! Running a bootloder of sdk 9.0 on nrf51822, a problem occurred in a special way. In a normal way, program softdevice and bootloader with studio respectively, then transfer firmware with toolbox. Everything works well. In a special way, merge softdevice, application and bootloader, and then program them to nrf51822 with studio. It works now. Next an event triggers calls sd_power_gpregret_set(0xB1); and sd_nvic_SystemReset(); in order to enter the DFU mode. This call sd_softdevice_vector_table_base_set(BOOTLOADER_REGION_START); reutrns NRF_ERROR_SVC_HANDLER_MISSING in bootloader. Am I missing something? Thanks!