Hello,
I'm trying to compile a project in Code Composer Studio 5.3 which was developed a couple years back in Code Composer Studio 3.1 for a MSP430F2410 device. Some .h and .c files (MSP430 Specific) which were included in the old code cannot be found in Code Composer Studio 5.3. The include files are:
#include <iomacros.h>
#include <msp430/mpy.h>
#include <msp430/gpio.h>
#include <msp430/usart.h>
#include <msp430/timera.h>
#include <msp430/timerb.h>
#include <msp430/basic_clock.h>
#include <msp430/flash.h>
#include <msp430/compa.h>
#include <msp430/adc12.h>
#include <msp430/common.h>
There are also some headers included which I could not be found in the project nor Code Composer Studio 5.3 files but I am not sure if they were included in Code Compose Studio 3.1.
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
Could someone tell me where to find these files or tell me if there are alternative files.
Greetings,
Willem