
Mk_
-
Content Count
12 -
Joined
-
Last visited
Reputation Activity
-
Mk_ reacted to oPossum in Launchpad as a Data Acquisition module
With CCS 4 you would have to declare const char foo[] to put it in FRAM. Then use a non-const pointer to write to it - char *x = (char *)foo;
I think CCS 5 has some way to put a non-const array in FRAM using a pragma or something.
-
Mk_ reacted to SirZusa in Launchpad as a Data Acquisition module
How much data do you need to store?
How much samples per minute (or second or hour)?
Maybe you want to have a look at the FRAM series (Experimenter Board) offering up to 16K inbuild non-volatile memory