Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use i2c EEPROM with EEPROMEx #18

Open
codmpm opened this issue Oct 3, 2017 · 0 comments
Open

Use i2c EEPROM with EEPROMEx #18

codmpm opened this issue Oct 3, 2017 · 0 comments

Comments

@codmpm
Copy link

codmpm commented Oct 3, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant