pine 140 Posted January 20, 2013 Share Posted January 20, 2013 Hi All, If i understand it correctly, FraunchPad features memory tehnology that is breakthru from the ordinary flash line product. As Energia user how can we access these features? Say for example, when building a data logger application, are there code example for writing and read back non-volatile memory in the FR5739? Thanks in addvance! Quote Link to post Share on other sites
igor 163 Posted January 21, 2013 Share Posted January 21, 2013 Not sure about how Energia treats it, but if memory serves FRAM is used just like RAM (except that it retains data even when power is off). So just store your data in FRAM, then read it back. Just have to make sure your environment doesn't erase the memory each time the board is reset, and keep track of what memory contains valid data vs. gibberish. pine 1 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.