Hi all,
I've got some questions about the DFU OTA Nordic example (nRFToolbox):
What is available full stack update or profile update? Firmware flow, does it need to reboot the Nordic board? SW/HW?
Thanks
Alex
Hi all,
I've got some questions about the DFU OTA Nordic example (nRFToolbox):
What is available full stack update or profile update? Firmware flow, does it need to reboot the Nordic board? SW/HW?
Thanks
Alex
With current versions, it's possible to upgrade the application, and not the softdevice. The bootloader is currently implemented as a separate application, which will jump to the new application when finished. It wil not necessarily reset the CPU, but the new application will be started from its reset handler.
Thank you
Thank you