This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

MCUBOOT FLASH overflow on nrf52840 dongle

Hello everyone,

i encounter a problem on building my application that uses BLE and a I2C ssensor. If I build only the application without a Bootloader there is no problem. But when i added the MCUBOOT bootloader the build crush due to FLASH overflow. The ERROR I get:

Here is my prj.conf file:

#CONFIG_SECURE_BOOT=y
CONFIG_BOOTLOADER_MCUBOOT=y
CONFIG_GPIO=y
CONFIG_SERIAL=n
CONFIG_NRFX_TWIM=y
CONFIG_NRFX_TWIM0=y
CONFIG_NRFX_TWIM1=y
#CONFIG_NRFX_SPIM=y
#CONFIG_NRFX_SPIM1=y
CONFIG_UART_CONSOLE=n
CONFIG_STDOUT_CONSOLE=y
CONFIG_PRINTK=y
CONFIG_USE_SEGGER_RTT=y
CONFIG_RTT_CONSOLE=y
CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y
CONFIG_NEWLIB_LIBC=y
CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000
CONFIG_TIMING_FUNCTIONS=y
CONFIG_SYS_POWER_MANAGEMENT=y
CONFIG_LOG=n
CONFIG_MCUBOOT_UTIL_LOG_LEVEL_WRN=n

CONFIG_BT=y
CONFIG_BT_DEBUG_LOG=y
CONFIG_BT_MAX_CONN=4
CONFIG_BT_MAX_PAIRED=4
CONFIG_BT_SMP=y
CONFIG_BT_L2CAP_TX_BUF_COUNT=5
CONFIG_BT_PERIPHERAL=y
CONFIG_BT_DEVICE_NAME="Smart_Wristband"
CONFIG_BT_DEVICE_APPEARANCE=833
CONFIG_BT_CONN_TX_MAX=12
CONFIG_BT_LL_SOFTDEVICE_DEFAULT=y
CONFIG_HEAP_MEM_POOL_SIZE=2048
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
CONFIG_NRFX_TIMER1=y
CONFIG_BT_USER_DATA_LEN_UPDATE=y
CONFIG_BT_CTLR_TX_BUFFER_SIZE=251
CONFIG_BT_CTLR_DATA_LENGTH_MAX=251
CONFIG_BT_L2CAP_TX_MTU=247
CONFIG_BT_L2CAP_RX_MTU=247

Parents Reply Children
No Data
Related