bugAVR Downloader/UploaDEr - Bugs: bug #29694, error in avrdude.conf for attiny84...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #29694: error in avrdude.conf for attiny84 eeprom

Submitter:  None
Submitted:  Tue 27 Apr 2010 06:47:40 PM UTC
Votes: 1
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Privacy:  Public
Assigned to:  joerg_wunsch Originator Name:  Darcy Houlahan
Originator Email:  -email is unavailable- Open/Closed:  Closed
Release:  None Programmer hardware: 
Device type: 

Tue 16 Aug 2011 03:21:33 PM UTC, comment #1: 

Fixed in r969, thanks!

Btw., ATtiny85 has been affected as well.

Joerg Wunsch <joerg_wunsch>
Group administrator
Tue 27 Apr 2010 06:47:40 PM UTC, original submission:  

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.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by joerg_wunsch (Posted a comment)
  • -email is unavailable- added by davelyons (Voted in favor of this item)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There is 1 vote so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-08-16 joerg_wunsch StatusNone Fixed
        Assigned toNone joerg_wunsch
        Open/ClosedOpen Closed
    2010-11-17 davelyons Carbon-Copy- Added davelyons

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code