Content originally posted in LPCWare by Jesse.Rosenberg on Mon Aug 02 11:52:36 MST 2010
What device are you targeting (LPC11xx/13xx/17xx) ? Have you seen the "wdt" example projects which are included in LPCXpresso ?
Are you enabling clock power to the WDT elsewhere in your project? I suspect you're missing some code along the lines of:
LPC_SYSCON->SYSAHBCLKCTRL |= (1<<15);