I am a newcomer to CCS/CCE. Today I just installed the free edition to have a try. I created a new project, set the target as MSP430F247, add a main.c file which contains:
#include <msp430.h>
void main(void){}
I cannot compile the project, getting an error : failed to match a default include file. If i change the <msp430.h> to <msp430x2xx.h> then everything is OK. What could I do?