Hi, after adding some functional to bootloader an error occurred: section .tdata overlaps absolute placed section .mbr_params_page
how to calculate the size need for mbr_params_page
Options Common
Memory segments:
FLASH RX 0x0 0x80000;
RAM RWX 0x20000000 0x20000;
mbr_params_page RX 0x0007E000 0x1000;
bootloader_settings_page RX 0x0007F000 0x1000;
uicr_bootloader_start_address RX 0x10001014 0x4;
uicr_mbr_params_page RX 0x10001018 0x4
Section placement macros:
FLASH_PH_START=0x0
FLASH_PH_SIZE=0x80000
RAM_PH_START=0x20000000
RAM_PH_SIZE=0x20000
FLASH_START=0x78000
FLASH_SIZE=0x6000
RAM_START=0x2000260c
RAM_SIZE=0x1d9f4
infocenter.nordicsemi.com/index.jsp