hi i am trying to integrate nrf_butoonless_dfu service in ble_app_uart code in nRF sdk 15.3.0,
i have added the all the required source files and include files and macro definitions and code is compiled correctly now i have generated application settings page with nrfutil command,
and merged settings.hex with bootloader.hex with mergehex utility and again merge application.hex s112.hex and final_bootloader.hex and generated all in one image.hex and then flashed it in
nRF52810 but i did not see it in nrf connect app that it is advertising so i have checked in jlink rtt viewer for logs and i am getting this logs
00> <info> app: Setting vector table to bootloader: 0x00028000 00> <info> app: Setting vector table to main app: 0x00019000 00> <error> app: Fatal error 00>
i am not understanding what is the meaning of this log ,
please help
thank you