Hi,
I've successfully incorporated MCUBOOT into software we developed for the nRF5340. I'm also able to start serial-recovery by activating a GPIO, reserved for this purpose, when the system powers up. However, when I reboot the system from software (using sys_reboot) the GPIO is ignored and normal operation resumes instead of again entering serial-recovery mode. I also tried using the watchdog to do a 'hard' reboot but that also doesn't work. The only way I can get it to work is by performing a proper hard-reset. However, the system has a battery backup (so I can't cycle the power) and there is no hardware reset mechanism.
How can I get the nRF5340 to enter serial recovery mode after performing a soft-reboot or a watchdog timer reboot?
Thanks,
Uwe