I am using MSP-EXP430F5529 Experimenter Board.
I have downloaded Software from TI for this board.
In the software ------ MSP-EXP430F5529_UE_1_30_00_00 -> src -> IAR -> MSP-EXP430F5529_User_Experience ( after i double click on MSP-EXP430F5529_User_Experience in IAR workbench i have all the files related to this board e.g. Cube example, games, F5xx_F6xx_Core_Lib, USB API folder etc )
I want specifically a CUBE to display on LCD screen of this board, for this i have license copy of CCSv4 and 30 days full version copy of IAR workbench.
I want to execute Demo_Cube.c file that came in software for execution i have CCS and i needed its header files as
#include "msp430.h"
#include "hal_UCS.h"
#include "HAL_Buttons.h"
#include "HAL_Dogs102x6.h"
#include "HAL_Cma3000.h"
#include "HAL_Wheel.h"
#include "menuGames.h"
#include "Random.h"
i got this all ( .h) particular files for cube code from IAR's code file (Above shown ) , i just copied those files and pasted in the CCSv4 and executed the code but i am getting the errors as
Errors are perticularly 2 types ----
1. Program file .out file is not creating ( Please note that -- i have installed CCS out of folde Program files *86
-- i also tried to execute this program in C:\ folder also i )
2. Error in msp430.h file only ( No errors are there in other .h files )
Now i have 2 very specific questions -
1. Does this Demo_cube.c need separate msp430.h file designed for cube to display ??
2. Why .out file is not created ??
3. am I on the correct way to display cube on LCD or the procedure is wrong ? How the way this DEMO_CUBE.C example should be executed any valuable suggestion ....