altineller 4 Posted March 22, 2015 Share Posted March 22, 2015 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" .. 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.