Skip to content

[bug #47318] Incorrect XRAMEND in iom128a.h #629

@avrs-admin

Description

@avrs-admin

Wed 02 Mar 2016 12:14:30 AM CET

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

This issue was migrated from https://savannah.nongnu.org/bugs/?47318

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions