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.

CCS/MSP430F5529: How to use integrate Energia and C code in CCS?

Part Number: MSP430F5529
Other Parts Discussed in Thread: ENERGIA

Tool/software: Code Composer Studio

Hi,

I am using MSP430F5529 and have written major part of code in CCS using C and one part in energia. In end I want to integrate codes written in energia and CCS together into CCS.

How can I use energia code inside CCS? My CCS code have various source and header files. So in end main file will include various header files and the energia code.

I imported energia sketch in CCS and found that it is imported as sepearte project and is using GNU compiler whereas C code is using MSP430GCC compiler. I tried to use dependencies but failed to build the code. I am not able to figure out how can I compile

I am not able to figure out how can I compile energia code with MSP430 GCC compiler or if there can be another way to do this.

Please help me in figuring out a way to do this. Thanks in advance.