Skip to main content
Visitor II
February 11, 2009
Question

Watchdog Initialization for STR71x

  • February 11, 2009
  • 1 reply
  • 740 views
Posted on February 11, 2009 at 03:12

Watchdog Initialization for STR71x

    This topic has been closed for replies.

    1 reply

    Visitor II
    February 11, 2009
    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.