SOFTDEVICE DISABLE ISSUE WHILE WDT IS RUNNING

Hello,

I need to write to the UICR flash multiple times. Typically, this involves disabling the softdevice, writing to the UICR, and then re-enabling the softdevice. However, when the software WDT is enabled, this process becomes problematic. The enabled WDT prevents the low-frequency clock (lfclk) from stopping, thus preventing the softdevice from being disabled.

Is there a way to disable the WDT functionality temporarily and re-enable it after writing to the UICR?

Related