楼主你好,你说的应该是LPC4078,不是LPC4708。
你检查下你的代码,是不是启动的时候,启动了看门狗。
我看了下,WWDT_MOD[WDEN]位复位是0,那么如果你为1,使能了,应该是你代码使能了。
你注意下手册中这个内容:
Once the WDEN, WDPROTECT, or WDRESET bits are set they can not be cleared by
software. These flags are cleared by an external reset or a Watchdog timer reset.
所以,还是查看下你的启动代码,如果不想启动看门狗,启动的时候,就不要开看门狗。