Jump to content
43oh

Mk_

Members
  • Content Count

    12
  • Joined

  • Last visited

Reputation Activity

  1. Like
    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.
  2. Like
    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
×
×
  • Create New...