-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add FRAM attribute to Energia #31
Comments
I had a thread on 43oh for Wolverine FRAM tips & tricks that might still apply... |
Gotcha... Guess that would just mean Energia including the #define in its Energia.h file? (or something like it, like #define FRAM or #define FRAM_MEMORY as that attribute) |
Yes, plus some doc! ...and a more catchy name, like
and to use it
|
Add
|
See pull-request #32 |
I am a little bit burned child with short names esp. in defines and that they got reused. |
|
See #32 (comment) |
The FRAM is write protected on the MSP430FR2433. See #47. |
FRAM is an exclusive technology, but how to leverage it for large arrays?
Please document how to use FRAM as RAM with Energia.
The text was updated successfully, but these errors were encountered: