nRF9160 + MCUBoot + SDK 2.3

Hi,
By adding the mcuboot bootloader, I had an increase of 120-140uA on average during idle periods.
Even putting it off again 

CONFIG_BOOTLOADER_MCUBOOT=n

overconsumption continues.

In my prj.conf, i have already this:

# Enable logging
CONFIG_LOG=n
#CONFIG_LOG_DEFAULT_LEVEL=4
#CONFIG_SENSOR_LOG_LEVEL_DBG=y

# Enable uart driver
CONFIG_SERIAL=n
CONFIG_UART_CONSOLE=n

# enable console
CONFIG_CONSOLE=n

# Memory
CONFIG_HEAP_MEM_POOL_SIZE=8192
CONFIG_MAIN_STACK_SIZE=8192

# NewLib C
CONFIG_NEWLIB_LIBC=y
CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y

CONFIG_BUILD_WITH_TFM=y
#CONFIG_TFM_PROFILE_TYPE_NOT_SET=n
CONFIG_TFM_LOG_LEVEL_SILENCE=y

CONFIG_SPI=y

CONFIG_BOOTLOADER_MCUBOOT=y

Do you have any ideas ?

Is additional configuration required to deactivate mcuboot logs?

I'm using SDK 2.3 on nRF9160

Thank you for your help

Related