patchAVR Downloader/UploaDEr - Patches: patch #7393, Adding ATtiny4313 Device to...

 
 

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

patch #7393: Adding ATtiny4313 Device to avrdude.conf.in

Submitter:  David A Lyons <davelyons>
Submitted:  Wed 17 Nov 2010 08:19:46 AM UTC
Votes: 5
 
Category:  None Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  joerg_wunsch Open/Closed:  Closed

Tue 16 Aug 2011 03:00:31 PM UTC, comment #3: 

I fixed the addressing for manual ISP mode in r968, thanks!

Joerg Wunsch <joerg_wunsch>
Group administrator
Fri 12 Aug 2011 08:32:45 AM UTC, comment #2: 

This patch is pretty well but there is a little mistake for the flash programmation:
The lines:
# The information in the data sheet of April/2004 is wrong, this works:
         loadpage_lo     = "  0   1   0   0    0   0   0   0",
                           "  0   0   0   x    x   x   x   x",
                           "  x   x   x   0   a3  a2  a1  a0",
                           "  i   i   i   i    i   i   i   i";

# The information in the data sheet of April/2004 is wrong, this works:
         loadpage_hi     = "  0   1   0   0    1   0   0   0",
                           "  0   0   0   x    x   x   x   x",
                           "  x   x   x   0   a3  a2  a1  a0",
                           "  i   i   i   i    i   i   i   i";
must be replaced by:
# The information in the data sheet of April/2004 is wrong, this works:
         loadpage_lo     = "  0   1   0   0    0   0   0   0",
                           "  0   0   0   x    x   x   x   x",
                           "  x   x   x  a4   a3  a2  a1  a0",
                           "  i   i   i   i    i   i   i   i";

# The information in the data sheet of April/2004 is wrong, this works:
         loadpage_hi     = "  0   1   0   0    1   0   0   0",
                           "  0   0   0   x    x   x   x   x",
                           "  x   x   x  a4   a3  a2  a1  a0",
                           "  i   i   i   i    i   i   i   i";

Durant Gilles <inazuma>
Wed 11 May 2011 08:54:32 PM UTC, comment #1: 

Committed in SVN r955, thanks!

Joerg Wunsch <joerg_wunsch>
Group administrator
Wed 17 Nov 2010 08:19:46 AM UTC, original submission:  

I cloned the t2313 section to make a t4313 section, adjusting for the larger EEPROM and Flash sections.

Tested with "avrdude: Version 5.8cvs, compiled on Jan 15 2010 at 17:27:01" and an AVR ISP mkII.

I'm able to read and write the entire 4K of flash and the 256 bytes of EEPROM.

(The ATtiny4313 is hard to get in small quantities, but I found one source on eBay.)

Attachments:  (1) 4313.txt with the new section; and (2) DiffsFrom2313to4313.patch showing the differences between t2313 and t4313.

David A Lyons <davelyons>

 

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

Attached Files
file #22038:  4313.txt added by davelyons (7KiB - text/plain)
file #22039:  DiffsFrom2313to4313.patch added by davelyons (4KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by inazuma (Posted a comment)
  • -email is unavailable- added by joerg_wunsch (Posted a comment)
  • -email is unavailable- added by davelyons (Voted in favor of this item)
  • -email is unavailable- added by davelyons (Submitted the item)
  • -email is unavailable- added by davelyons
  •  

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

    Date Changed by Updated Field Previous Value => Replaced by
    2011-05-11 joerg_wunsch StatusNone Done
        Assigned toNone joerg_wunsch
        Open/ClosedOpen Closed
    2010-11-17 davelyons Carbon-Copy- Added davelyons
    2010-11-17 davelyons Attached File- Added 4313.txt, #22038
        Attached File- Added DiffsFrom2313to4313.patch, #22039
        Carbon-Copy- Added -email is unavailable-

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code