bugAVR Downloader/UploaDEr - Bugs: bug #45727, Wrong atmega8u2 flash parameters

 
 

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

bug #45727: Wrong atmega8u2 flash parameters

Submitter:  None
Submitted:  Mon 10 Aug 2015 09:06:44 AM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Privacy:  Public
Assigned to:  joerg_wunsch Originator Name:  Martino Facchin
Originator Email:  -email is unavailable- Open/Closed:  Closed
Release:  None Programmer hardware: 
Device type: 

Sat 31 Oct 2015 08:52:16 PM UTC, comment #1: 

Fixed in SVN r1360, thanks!

Actually, the bug came in from the datasheet, while Atmel's
XML files show the correct values.  Thus, you also ought to
open a bug report with Atmel so they might fix the datasheet.

Joerg Wunsch <joerg_wunsch>
Group administrator
Mon 10 Aug 2015 09:06:44 AM UTC, original submission:  

As reported in https://github.com/arduino/Arduino/issues/3645,  page_size and num_pages entries are swapped for 8u2.

Latest svn:
page_size       = 64;
num_pages       = 128;
blocksize = 64;

Correct:
page_size = 128
num_pages = 64
blocksize = 128


Anonymous

 

(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 (Posted a comment)
  • -email is unavailable- added by None (Submitted 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
    2015-10-31 joerg_wunsch StatusNone Fixed
        Assigned toNone joerg_wunsch
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code