I am developing an application that uses NCS2.8.0.
For FW updates, the nRF52833 USB ACM bootloader is enabled.
However, there are some problem.
My device has a battery but no reset button, so the application cannot start unless I reset it with mcumgr.
Since we do not want to unnecessarily expose the bootloader to users, bootloader startup cannot be used at any time.
The bootloader timeout seems to only be effective if the bootloader always starts after a reset.
CONFIG_BOOT_SERIAL_WAIT_FOR_DFU=y CONFIG_BOOT_SERIAL_WAIT_FOR_DFU_TIMEOUT=2000
Is it possible to only enable the bootloader timeout?
Or can I exit the bootloader by other means (e.g. user switch)?