avrdude-dev
[Top][All Lists]
Advanced

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

[avrdude-dev] [bug #49387] ATXmega32E5 Flash section address wrong


From: anonymous
Subject: [avrdude-dev] [bug #49387] ATXmega32E5 Flash section address wrong
Date: Wed, 19 Oct 2016 20:14:04 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/52.0.2743.116 Chrome/52.0.2743.116 Safari/537.36

URL:
  <http://savannah.nongnu.org/bugs/?49387>

                 Summary: ATXmega32E5 Flash section address wrong
                 Project: AVR Downloader/UploaDEr
            Submitted by: None
            Submitted on: 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: address@hidden
             Open/Closed: Open
                 Release: 6.3
         Discussion Lock: Any
     Programmer hardware: 
             Device type: x32e5

    _______________________________________________________

Details:

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.




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?49387>

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




reply via email to

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