Hi Nordics,
we would like our central nRF52840 to have DFU timeout in 20 seconds , if no connection received via nRFconnect phoneAPP to perform the firmware udpate, then go to application, just as in this case
https://devzone.nordicsemi.com/f/nordic-q-a/44641/ota-dfu-with-a-timer-and-no-button .
However , the DFU is not able to timeout and only keeps waiting forever for the phone APP to link and perform a zip write to it.
we have merged the secure DFU bootloader with the settings based on the following posts
and also set the sdk_config so that the DFU timesout in 20000ms
which have not solved the problem. Any clues will be appreciated to help solve the issue , thx.
BTW, as shown below, our application size is 93831 bytes, while the bootloader settings.hex indicates that the application size is only 33344 bytes, is there something wrong with that, which could be causing the issue ?