Hi,
I suppose that you can disable WWDT when you develop/debug your application code with the code
SYSCON->AHBCLKCTRLX[0]|=1<<22;
WWDT->MOD&=~(0x01); //disable WWDT by clearing the WDEN bit in MOD reg
xiangjun_rong_0-1669950302880.png
Hope it can help you
BR
XiangJunRong