This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Disabling Watchdog Timer DM365

It is possible to temporarily disable the watchdog timer on DM365?

I am enabling it by writing 0xA5C64000 followed by 0xDA7E4000 (WDKEY with WDEN bit set). This works, but attempting to disable it by clearing the WDEN bit has no effect - the watchdog remains enabled. Specifically I am writing 0xA5C60000 and 0xDA7E0000 to disable it (clearing WDEN). The state machine in sprufh0 does not make it clear how to go from enabled to disabled state, or indeed if it is actually possible.

Thanks for any advice.