avrdude-dev
[Top][All Lists]
Advanced

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

[avrdude-dev] [bugs #11520] writing to ATTiny26 with paged mode failed.


From: anonymous
Subject: [avrdude-dev] [bugs #11520] writing to ATTiny26 with paged mode failed. This was due to wrong address in programmer after "issue page write" command
Date: Fri, 07 Jan 2005 13:52:05 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0

This mail is an automated notification from the bugs tracker
 of the project: AVR Downloader/UploaDEr.




/**************************************************************************/
[bugs #11520] Full Item Snapshot:

URL: <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=11520>
Project: AVR Downloader/UploaDEr
Submitted by: 0
On: Fri 01/07/2005 at 13:40

Category:  None
Severity:  5 - Average
Item Group:  None
Resolution:  None
Privacy:  Public
Assigned to:  None
Originator Name:  Clemens Helfmeier
Originator Email:  
Status:  Open


Summary:  writing to ATTiny26 with paged mode failed. This was due to wrong 
address in programmer after "issue page write" command

Original Submission:  Writing to ATTiny26 with paged mode failed with 
programmer avr910. This was due to wrong address in programmer after "issue 
page write" command. The address in the programmer must be restored after 
"issue page write". A fixed version of avr910.c is attached. Changes made only 
in line 424.

in avr910.c add this to line 424:

// --- beginning of insertation

avr910_set_addr(pgm, addr>>1); /* reset the address in programmer for next 
write operation */

// --- end of insertation

Try it out! Clemens





File Attachments
-------------------

-------------------------------------------------------
Date: Fri 01/07/2005 at 13:40  Name: avr910.c  Size: 12.62KB   By: None
avr910.c in directory avrdude-4.4.0
http://savannah.nongnu.org/bugs/download.php?item_id=11520&amp;item_file_id=2037






For detailed info, follow this link:
<http://savannah.nongnu.org/bugs/?func=detailitem&item_id=11520>

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







reply via email to

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