Jump to content
43oh

c2000 flags, and eprom or flash


Recommended Posts

Hello, 

 

What is the flag for a C2000, like in below __MSP430F5529__ or __TM4C123GH6PM__ is used for different launchpads.

 

what do we use for c2000.

 

For the C2000 board is there any area for storing user settings, like we did with MspFlash.h or with EEPROM.h ?

 

I peeked inside the hardware dirs of energia, but could not find Eeprom.h under the c2000 section.

 

And recomendations/ideas and help greatly appreciated.

 

#if defined(__MSP430G2553__) || defined(__MSP430F5529__) || defined()

 
#include "MspFlash.h"
 
void calLibErase(byte device) ..
void calLibWrite(byte device, CALLIB_DATA *calData) ..
boolean calLibRead(byte device, CALLIB_DATA *calData) ..
 
 
#endif
 
#if defined(__LM4F120H5QR__) || defined(__TM4C123GH6PM__)
 
#include "EEPROM.h"
 
..
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...