This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Fatal Error. Target not created. I want to know why?

Hi All,

I am using SDK 14.0.0, ble_app_uart and fatfs example together. I am getting certain error and displayed below, please help me with how i can counter this:-

*** Using Compiler 'V5.06 update 4 (build 422)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'nrf52832_xxaa'
compiling main.c...
compiling boards.c...
compiling bsp.c...
compiling bsp_btn_ble.c...
compiling bsp_nfc.c...
compiling ble_advdata.c...
compiling ble_advertising.c...
compiling ble_conn_params.c...
compiling ble_conn_state.c...
compiling ble_srv_common.c...
compiling nrf_ble_gatt.c...
compiling ble_nus.c...
compiling nrf_drv_clock.c...
compiling nrf_drv_common.c...
compiling nrf_drv_gpiote.c...
compiling nrf_drv_uart.c...
compiling nrf_drv_spi.c...
compiling app_button.c...
compiling app_error.c...
compiling app_error_weak.c...
compiling app_fifo.c...
compiling app_scheduler.c...
compiling app_timer.c...
compiling app_uart_fifo.c...
compiling app_util_platform.c...
compiling hardfault_implementation.c...
compiling nrf_assert.c...
compiling nrf_atfifo.c...
compiling nrf_balloc.c...
compiling nrf_fprintf.c...
compiling nrf_fprintf_format.c...
compiling nrf_fstorage.c...
compiling nrf_fstorage_sd.c...
compiling nrf_memobj.c...
compiling nrf_pwr_mgmt.c...
compiling nrf_section_iter.c...
compiling nrf_strerror.c...
compiling retarget.c...
compiling sdk_mapped_flags.c...
compiling nrf_log_backend_rtt.c...
compiling nrf_log_backend_serial.c...
compiling nrf_log_default_backends.c...
compiling nrf_log_frontend.c...
compiling nrf_log_str_formatter.c...
compiling RTT_Syscalls_KEIL.c...
compiling SEGGER_RTT.c...
compiling SEGGER_RTT_printf.c...
compiling nrf_sdh.c...
compiling nrf_sdh_ble.c...
compiling nrf_sdh_soc.c...
compiling nrf_block_dev_sdc.c...
compiling app_sdcard.c...
compiling ff.c...
compiling diskio_blkdev.c...
assembling arm_startup_nrf52.s...
compiling system_nrf52.c...
linking...
.\_build\nrf52832_xxaa.axf: error: L6047U: The size of this image (36300 bytes) exceeds the maximum allowed for this version of the linker
Finished: 0 information, 0 warning, 0 error and 1 fatal error messages.
".\_build\nrf52832_xxaa.axf" - 1 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed:  00:07:53

Thanks in advance, Khan

Related