2009-02-10 06:12 PM
Watchdog Initialization for STR71x
2009-02-10 06:12 PM
Hi,
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.