Secure Bootloader problems with memory

Hello, 

I am using \nRF5_SDK_17.1.0_ddde560\examples\dfu\secure_bootloader\pca10040_s132_ble_debug, but when I bulid the proyect the following error appear: 

.text is too large to fit in FLASH1 memory segment

.dfu_trans is too large to fit in FLASH1 memory segment

.svc_data is too large to fit in FLASH1 memory segment

(...)

section .mbr_params_page VMA [000000000007e000,000000000007efff] overlaps section .text VMA [00000000000713b8,00000000000802ff]

Has anyone an idea, how to solve this problem?

Thanks

Related