-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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
Question about Arduino and the EEPROM space #3853
Comments
From @CONSULitAS on March 3, 2016 9:40 @Roxy-3DPrintBoard perhaps this helps: http://playground.arduino.cc/Code/EEPROMex (see at the end) http://forum.arduino.cc/index.php?topic=56336.0 (see #1 und #3) |
From @Roxy-3DPrintBoard on March 3, 2016 14:24 THANKS!!!! Somebody else needed the same information... At http://www.nongnu.org/avr-libc/user-manual/group__avr__io.html are #define values for the details about all the memory types. Finally, the following macros are defined:
Because it is a Harvard Architecture, all of the addresses start at 0x0000. (I haven't found that said anywhere. But because they are not saying it, or defining values for the start, I suspect that is true.) |
Thank you for your interest making Marlin better and reporting this issue but this topic has been open for a long period of time without any further development. Marlin has been under heavy development for the past couple of months and moving to it's last mile to finish the RC cycle and release Marlin v1.1.0. We suggest you to try out the latest RCBugfix branch and reopening this issue if required. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
From @Roxy-3DPrintBoard on March 3, 2016 3:34
I'm hoping this is an easy question and I don't have to go create an account over at the Arduino forums and ask what I'm sure is a stupid question:
Q: Is there a #define'd value that tells me how big the EEPROM is on a given AVR chip?
Bonus question:
Q: Is there a #define'd value that tells me the start and end address (or index) of the EEPROM on a given AVR chip?
PS. I did look and find a million different EEPROM.h files. It sure looks like at the lowest level this information is available to the C code. But I'm having trouble finding it.
Copied from original issue: MarlinFirmware/MarlinDev#376
The text was updated successfully, but these errors were encountered: