This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP430FR2000: Where do I find the header file for MSP430FR2000?

Part Number: MSP430FR2000
Other Parts Discussed in Thread: MSP-EXP430FR2311, MSP430FR2311, MSP430FR2100

Where do I find the part specific header file MSP430FR2000.h in CCS or on the TI website?  Some of the example code only has a generic MSP430 header file msp430.h listed as an include, but I have not found the msp430.h file where I could open it and examine it.

The LaunchPad recommended for MSP430FR2000 or MSP430FR2100 development is the MSP-EXP430FR2311.  I would like to find the header files for each of these parts -- MSP430FR2000, MSP430FR2100, and MSP430FR2311.

  • The device-specific header is automatically included by msp430.h, based on a symbol something like __MSP430FR2000__. The simplest way to get to it is to right-click on the name WDTCTL in your main.c and "Go to definition".

    Your project also has a pseudo-folder "Includes". One of the entries there (usually the first) has all the device-specific headers in it. On my system it's in

    C:\ti-ccs930\ccs\ccs_base\msp430\include\msp430fr2000.h

**Attention** This is a public forum