AVR 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 | Percent Complete: | 0% |
Assigned to: | None | Originator Email: | -email is unavailable- |
Open/Closed: | Open | Release: | Any |
Fixed Release: | None |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
No changes have been made to this item
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