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.