dfu_target_reset how to use this function in a DFU firmware update
Hello,
What exactly is it that you want to do?
Are you talking about the nRF5 SDK, or the nRF Connect SDK? And what is the issue that you are experiencing/goal that you want to acheive?
BR,
Edvin
Hello Edvin,
I am using the ncs 2.9.0. While using the DFU functions for OTA, there seems to be some cases when the OTA does not work. After analysing it could be due to the dfu_target_reset not handled correctly. What does this do to the secondary image when its called.
Hello,
dfu_target_reset() will basically cancel the ongoing DFU, and delete what was transferred, so that it is ready for another attempt.
Best regards,
Edvin