Hello,
I am using sdk12.2.2 and nrf52832 customised board. My use case is as follows.
Suppose user enters in dfu mode trough app and for example user doesn't update new image so my device is in bootloader mode. I want that after 5 mins device should jump back to application mode if there is no new firmware update from app.
I am using sdk_12.2.2\examples\dfu\bootloader_secure code.
Suggest me changes in this code.
Thanks,