Other Parts Discussed in Thread: MSP430G2553
Tool/software: Code Composer Studio
hi, i was using msp430 in CCSv7......i was getting the following errors
1. .h file includes itself
2. gmake[main.obj]
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.
Other Parts Discussed in Thread: MSP430G2553
Tool/software: Code Composer Studio
hi, i was using msp430 in CCSv7......i was getting the following errors
1. .h file includes itself
2. gmake[main.obj]
Thanks. But you attached the file msp430g2533.h. Your project is using msp430g2553.h
Also, it would be helpful if you attached your entire project so i can analyze it
Thanks
ki
Hello,
I am not looking for a copy&paste of your code. I am looking for the actual project and source files (attached as a zip file). This would include everything in your project folder and and any dependent files outside of it (like header files). I basically want to import your project into my workspace.
Thank you for the header file.
This header file has been completely modified. There are many errors in it. You have source file in there that belongs in a *.c file. Where did you get this header file?
Attached is the original header file found in:
.\ccsv7\ccs_base\msp430\include
/cfs-file/__key/communityserver-discussions-components-files/81/2072.msp430g2553.h
The files you got from github may not be a good start for you. I would start with examples from MSPWare:
http://dev.ti.com/tirex/#/?link=Software%2FMSP430Ware
That is the recommended place to start.
Also check out the CCS workshop for MSP430:
It uses a different device but you can apply it to your device if you use the example for your device.
Good luck!
ki