bugAVR Downloader/UploaDEr - Bugs: bug #11520, writing to ATTiny26 with paged...

 
 

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

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

Submitter:  None
Submitted:  Fri 07 Jan 2005 06:40:06 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Privacy:  Public
Assigned to:  bdean Originator Name:  Clemens Helfmeier
Originator Email:  -email is unavailable- Open/Closed:  Closed
Release:  None Programmer hardware: 
Device type: 

Sun 18 Sep 2005 12:35:15 AM UTC, comment #1: 

I think this should be fixed by patch #3277 which was just committed.

Brian Dean <bdean>
Group administrator
Fri 07 Jan 2005 06:40:06 PM UTC, 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

Anonymous

 

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

Attached Files
file #2336:  avr910.c added by None (13KiB - text/x-csrc - avr910.c in directory avrdude-4.4.0)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

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 5 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-09-18 bdean StatusNone Fixed
    Assigned toNone bdean
    Originator Email n/a
    Open/ClosedOpen Closed
2005-01-07 None Attached File- Added avr910.c, #2037

Back to the top

Powered by Savane 3.13-caa5.
Corresponding source code