avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-dev] [bug #27113] wdt_disable() Doesn't Work on AT90USBxxx MCU


From: Pete
Subject: [avr-libc-dev] [bug #27113] wdt_disable() Doesn't Work on AT90USBxxx MCU's
Date: Mon, 27 Jul 2009 04:58:13 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080716 SUSE/2.0.0.16-0.4 Firefox/2.0.0.16

URL:
  <http://savannah.nongnu.org/bugs/?27113>

                 Summary: wdt_disable() Doesn't Work on AT90USBxxx MCU's
                 Project: AVR C Runtime Library
            Submitted by: mo1234
            Submitted on: Mon 27 Jul 2009 04:58:10 AM GMT
                Category: Library
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: libc code
                  Status: None
        Percent Complete: 0%
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 1.6.7
           Fixed Release: None

    _______________________________________________________

Details:

I have an AT90USB162 and to disable the watchdog timer I have to do the
following...

MCUSR &= ~_BV(WDRF);
wdt_disable();

Only calling wdt_disable() doesn't do anything.  I believe this is true for
all AT90USBxxx devices.




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?27113>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]