bugAVR Downloader/UploaDEr - Bugs: bug #18348, ATMEGA8515 Signature is wrong in...

 
 

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

bug #18348: ATMEGA8515 Signature is wrong in avrdude.conf

Submitter:  Nick Lott <brokentoaster>
Submitted:  Wed 22 Nov 2006 11:54:18 AM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Privacy:  Public
Assigned to:  joerg_wunsch Originator Name:  Nick Lott
Open/Closed:  Closed Release:  None
Programmer hardware:  Device type: 

Wed 22 Nov 2006 11:54:18 AM UTC, original submission:  

I think the ATMEGA8515 Signature is wrong in avrdude.conf

currently: (annotated version from CVS)

5436 :     #------------------------------------------------------------
5437 :     # ATmega8515
5438 :     #------------------------------------------------------------
5439 :    
5440 :     part
5441 :     id = "m8515";
5442 :     desc = "ATMEGA8515";
5443 :     stk500_devcode = 0x63;
5444 : joerg_wunsch 1.95 avr910_devcode = 0x3B;
5445 : c_oflynn 1.74 signature = 0x1e 0x93 0x07;
5446 : arcanum 1.24 chip_erase_delay = 9000;

should be :

signature = 0x1e 0x93 0x06;

currently it is the same as mega8 signature.

Nick Lott <brokentoaster>

 

(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 (Updated 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
    2006-12-11 joerg_wunsch StatusNone Fixed
        Assigned toNone joerg_wunsch
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code