This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

WDT triggers DFU exit

Hi,

I have an application that requires watchdog to run continuously. And from application I have code that jumps to the bootloader without device resetting using bootloader_util_app_start() API(example ble_app_hrs). This causes watchdog to trigger even though I have disabled all interrupts hence making dfu exit. Is there a way to disable watchdog. If not could you please suggest the best way to achieve a smooth jump to bootloader?

Thanks in Advance

Related