cancel
Showing results for 
Search instead for 
Did you mean: 

Watchdog Initialization for STR71x

shridharachari
Associate
Posted on February 11, 2009 at 03:12

Watchdog Initialization for STR71x

1 REPLY 1
shridharachari
Associate
Posted on February 11, 2009 at 03:12

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.