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: bruce...@sbcglobal.net
             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/


_______________________________________________
AVR-libc-dev mailing list
AVR-libc-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/avr-libc-dev

Reply via email to