-
-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
EEPROM support for Massdrop arm_atsam (CTRL & ALT) #4625
Comments
Well, check out the STM stuff too. I think that has some of the same limitations/issues that ATSAM has, so it would be a good place to look. |
I've been watching this ticket, can I offer to help in some way? |
There is a PR that adds persistent storage. So it maybe worth checking that out. |
Well I'm sorry I missed this issue, but my implementation is actually implementing SmartEEPROM support, with a fallback to original functionality if SmartEEPROM is not enabled on the chip. |
Fixed with 6068. |
Per the datasheet for ATSAMD51J18A the MCU has a SmartEEPROM function that allows up to 64K of EEPROM storage.
I am working on implementing this in
tmk_core/common/arm_atsam/eeprom.c
as that file is already set up to handle eeprom simulation in memory and it should be fairly simple to configure SmartEEPROM.The text was updated successfully, but these errors were encountered: