Can anyone please help me with the initialization steps for the Watchdog timer for STR710 Currently Im using the following code , WDG_PrescalerConfig(220); WDG_CntReloadUpdate(50000); WDG_Enable(); Please let me know whether Im using the correct steps .. Thank you.