No bootloader was found error - DFU buttonless on nRF52833 custom board

Hi, I'm running a DFU ble_app_buttonless_dfu on nRF52833.
Unfornately, my board is not supported it use pca10100. SDK 16 only supports pca10056 and 10040.
I have used pca10056 (s140) and adjusted some configurations based on ble_app_uart_pca10100

// Memory Segement in Linker

FLASH RX 0x0 0x80000;RAM RWX 0x20000000 0x20000;uicr_bootloader_start_address RX 0x10001014 0x4

// Section Placement Macros

FLASH_PH_START=0x0
FLASH_PH_SIZE=0x80000
RAM_PH_START=0x20000000
RAM_PH_SIZE=0x20000
FLASH_START=0x27000
FLASH_SIZE=0x59000
RAM_START=0x20002ae8
RAM_SIZE=0x1d518

// preprocessor

APP_TIMER_V2
APP_TIMER_V2_RTC1_ENABLED
BL_SETTINGS_ACCESS_ONLY
BOARD_PCA10100
CONFIG_GPIO_AS_PINRESET
FLOAT_ABI_HARD
INITIALIZE_USER_SECTIONS
NO_VTOR_CONFIG
NRF52833_XXAA
NRF_DFU_SVCI_ENABLED
NRF_DFU_TRANSPORT_BLE=1
NRF_SD_BLE_API_VERSION=7
S140
SOFTDEVICE_PRESENT

I have some confusions about adjust RAM for Bootloader and Flash.
1. After adjust above configurations My application was built completed but when I debug I got this problem. I think the reason come from RAM, ROM  address



Parents Reply Children
No Data
Related