URL:
<http://savannah.nongnu.org/bugs/?18348>
Summary: ATMEGA8515 Signature is wrong in avrdude.conf
Project: AVR Downloader/UploaDEr
Submitted by: brokentoaster
Submitted on: Wednesday 22/11/06 at 11:54
Category: None
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Originator Name: Nick Lott
Originator Email:
Open/Closed: Open
_______________________________________________________
Details:
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.
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?18348>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
_______________________________________________
avrdude-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avrdude-dev