Other Parts Discussed in Thread: MSP430G2955, MSP430WARE, CCSTUDIO
i am trying to compile a c program using CCS for msp430g2955
the c program uses #include msp430.h which in turn contains an #include msp430g2955.h
which contains all the defines for the chip's registers
i get compilation errors the compiler does not recognize any regiter
i do not get a message saying that the file was not found i have appended the complete path to the above file
moreover i have placed the contents of the msp430g2955.h file before the main program thus the compiler sees only one file with no includes and i am seeing the same result