bugAVR Downloader/UploaDEr - Bugs: bug #27514, Minor syntax inconsistency avrdude...

 
 

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

bug #27514: Minor syntax inconsistency avrdude V5.8

Submitter:  Robert von Knobloch <robertvknobloch>
Submitted:  Thu 24 Sep 2009 09:15:47 AM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Wont Fix Privacy:  Public
Assigned to:  joerg_wunsch Originator Name:  Robert von Knobloch
Open/Closed:  Closed Release:  None
Programmer hardware:  Device type: 

Thu 24 Sep 2009 10:21:26 AM UTC, comment #2: 

OK, I see the logic. It still makes for inconsistency when you work with many different types of AVR though. Thanks.

Robert von Knobloch <robertvknobloch>
Thu 24 Sep 2009 09:25:33 AM UTC, comment #1: 

This is intentional behaviour.  Any unambiguous abbreviation
is accepted as designator for a memory area.  For a device
with an efuse, "e" is not an unambiguous abbreviation for
"eeprom" (but "ee" always is).

If you want to be on the safe side, always use full names.

Joerg Wunsch <joerg_wunsch>
Group administrator
Thu 24 Sep 2009 09:15:47 AM UTC, original submission:  

When part ATTiny13 is selected in terminal mode, the syntax 'r e 0 10' is accepted and reads 10 bytes from the EEPROM.
When part ATTiny25 is selected in terminal mode, the same command results in:
"e" memory type not defined for part "ATtiny25"
and 'ee' must be used to define EEPROM memory.
May only need change to the .conf file ?? (Not obvious though).

Robert von Knobloch <robertvknobloch>

 

(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 robertvknobloch (Submitted the item)
  •  

    There are 0 votes 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 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2009-09-24 joerg_wunsch Assigned toNone joerg_wunsch
        Open/ClosedOpen Closed
    2009-09-24 joerg_wunsch StatusNone Wont Fix

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code