bugAVR C Runtime Library - Bugs: bug #47318, Incorrect XRAMEND in iom128a.h

 
 

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

bug #47318: Incorrect XRAMEND in iom128a.h

Submitter:  None
Submitted:  Tue 01 Mar 2016 11:14:30 PM UTC
   
 
Category:  Header Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Header files
Status:  None Assigned to:  None
Percent Complete:  0% Originator Email:  -email is unavailable-
Open/Closed:  Open Release:  Any
Fixed Release:  None

Tue 01 Mar 2016 11:14:30 PM UTC, original submission:  

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

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)
  •  

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code