avrdude-dev
[Top][All Lists]
Advanced

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

[avrdude-dev] [bug #29694] error in avrdude.conf for attiny84 eeprom


From: anonymous
Subject: [avrdude-dev] [bug #29694] error in avrdude.conf for attiny84 eeprom
Date: Tue, 27 Apr 2010 18:47:41 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 (.NET CLR 3.5.30729)

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

                 Summary: error in avrdude.conf for attiny84 eeprom
                 Project: AVR Downloader/UploaDEr
            Submitted by: None
            Submitted on: Tue 27 Apr 2010 06:47:40 PM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: Darcy Houlahan
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

On line 11763 under - memory "eeprom", write section reads:
"a8 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i";

The a8 should be a7:
"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i";

Without the change avrdude can write the first 128 bytes and last 128 bytes
of eeprom, but fails writing bytes 0x0080 to 0x017F.

avrdude (write): error writing 0x00 at 0x00080, rc=-6
avrdude (write): error writing 0x00 at 0x00080 cell=0xff

With the change, all 512 bytes can be written.




    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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