bugAVR Downloader/UploaDEr - Bugs: bug #49387, ATXmega32E5 Flash section address...

 
 

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

bug #49387: ATXmega32E5 Flash section address wrong

Submitter:  None
Submitted:  Wed 19 Oct 2016 08:14:01 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  None Privacy:  Public
Assigned to:  None Originator Name:  Georges Palauqui
Originator Email:  -email is unavailable- Open/Closed:  Open
Release:  6.3 Programmer hardware: 
Device type:  x32e5

Wed 19 Oct 2016 08:14:01 PM UTC, original submission:  

Current avrdude.conf.in gives for ATxmega32e5 :
    memory "apptable"
        size = 0x1000;
        offset = 0x00807000;
        page_size = 0x80;
        readsize = 0x100;
    ;
    memory "boot"
        size = 0x1000;
        offset = 0x00808000;
        page_size = 0x80;
        readsize = 0x100;
    ;
But according to datasheet (http://www.atmel.com/Images/Atmel-8153-8-and-16-bit-AVR-Microcontroller-XMEGA-E-ATxmega8E5-ATxmega16E5-ATxmega32E5_Datasheet.pdf page 12 figure 8.1) it should be :
    memory "apptable"
        size = 0x800;
        offset = 0x00803800;
        page_size = 0x80;
        readsize = 0x80;
    ;

    memory "boot"
        size = 0x800;
        offset = 0x00804000;
        page_size = 0x80;
        readsize = 0x80;
    ;
 Both Size and Offset are wrong.

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 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.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code