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.

How to determine which registers and flags are defined in header files using their names in CCS6.1.0? OS - Win7, Board - MSP430FR4xx

There are several pre-defined header files in Code Composer Studio.

Which header file has the definitions of all the registers and flags using their names?

  • Hi,

    In general the include file <msp430.h> points to the variant-specific include file enclosed in a #if defined / #endif clause.

    From inside CCS you can highlight the name of the include file and hit the F3 key. This will open the file automatically on the editor view. 

    Regards,

    Rafael