Hello,
maybe it is a very simple question but I didn't figured out the answer yet. Is it possible to start MCUboot from the application firmware code (to avoid pressing a certain button while power off/on the device)? I am using NCS connect SDK and on my device runs MCUboot and Zephyr OS. MCBboot works and is tested well (button press while power cycle).
If it is not possible, the next question would be:
If I trigger a soft reset (SYS_REBOOT(0)) while pressing the button it will not enter MCUboot. Only a real power cycle starts MCUboot. What am I doing wrong or what I have missed?
Thanks in advance for any answer.
Thomas