<info> app: Inside main
<debug> app: In nrf_bootloader_init
<debug> nrf_dfu_settings: Calling nrf_dfu_settings_init()...
<debug> nrf_dfu_flash: Initializing nrf_fstorage_nvmc backend.
<warning> nrf_dfu_settings: Resetting bootloader settings since neither the settings page nor the backup are valid (CRC error).
<warning> nrf_dfu_settings: Settings write aborted since it tries writing to forbidden settings.
<error> nrf_dfu_settings: nrf_dfu_settings_write_and_backup() failed with error: F
<error> app: Received an error: 0x00000003!
I have merged the ble_dfu and the usb_dfu, ble_dfu was my starting point. The above is my debug output. Please help
Below is the linker settings
linker_section_placement_macros="FLASH_PH_START=0x0;FLASH_PH_SIZE=0x100000;RAM_PH_START=0x20000000;RAM_PH_SIZE=0x40000;FLASH_START=0xf0000;FLASH_SIZE=0xf000;RAM_START=0x20005978;RAM_SIZE=0x3a688"
linker_section_placements_segments="FLASH RX 0x0 0x100000;RAM1 RWX 0x20000000 0x40000;mbr_params_page RX 0x000FE000 0x1000;bootloader_settings_page RX 0x000FF000 0x1000;uicr_bootloader_start_address RX 0x10001014 0x4;uicr_mbr_params_page RX 0x10001018 0x4"
Regards Rit