You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: