Skip to content

Use i2c EEPROM with EEPROMEx #18

Description

@codmpm

Maybe I've overread, but is there a possibility to use an i2c connected EEPROM like MicroChips 24AA025E48 with EEPROMEx?

I'm switching to an ATSAM21D from an ATMega 1284p in my project to get more computing power. Sadly the ATSAM does not have internal EEPROM, allthough it could be emulated in flash. As I already have the mentioned EEPROM (2kb) in my setup to have an unique MAC Address for an ethernet connection, it would be great to use this with my existing structs which hold my configuration data.

https://github.com/JChristensen/extEEPROM seems to work well but is limited to 30-31 bytes per write, hence could not handle the struct.

I'm open to any suggestions.
Cheers

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions