Hello,
I'm on development stage of product based on nrf52833.
For now, critical thing for me is boot up time. Device has to be ready about 150ms since VDD appear.
MCUBOOT is enabled(software update is also required).
My measurements looks as below(after all of improvements that I found):
Single application without MCUBOOT compiled: 8ms
APPL+MCUBOOT: 225ms
mcuboot.conf
CONFIG_MULTITHREADING=y CONFIG_LOG=n CONFIG_CONSOLE=n CONFIG_PRINTK=n CONFIG_SHELL=n CONFIG_SERIAL=n CONFIG_FLASH=y
Those lines are included in my custom board _defconfig file: