avr-libc-dev
[Top][All Lists]
Advanced

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

[avr-libc-dev] [bug #47318] Incorrect XRAMEND in iom128a.h


From: anonymous
Subject: [avr-libc-dev] [bug #47318] Incorrect XRAMEND in iom128a.h
Date: Tue, 01 Mar 2016 23:14:31 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko

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

                 Summary: Incorrect XRAMEND in iom128a.h
                 Project: AVR C Runtime Library
            Submitted by: None
            Submitted on: Tue 01 Mar 2016 11:14:30 PM UTC
                Category: Header
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Header files
                  Status: None
        Percent Complete: 0%
             Assigned to: None
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: Any
           Fixed Release: None

    _______________________________________________________

Details:

In file iom128a.h XRAMEND is defined as RAMEND which according to the comments
in io.h indicated the device does not support external memory. Per the
ATmega128A datasheet it does support external memory. Please correct by
defining XRAMEND as 0xFFFF.
 
error:
  line 1019: #define XRAMEND      RAMEND

correction:
  #define XRAMEND 0xFFFF




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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