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/CCSTUDIO: Why I am not able to import Energia Libraries from CCS?

Part Number: CCSTUDIO
Other Parts Discussed in Thread: ENERGIA

Tool/software: Code Composer Studio

Hi, 

I am using Code Composer Studio version 8.0.0 and the option "Import Energia Libraries from CCS" is not enabled for me. 

I'd like to know why and how can I fix it.

Thanks,

best regards,

Sara

  • Hello,
    You first need to import an Enegria Sketch. Then you can import a Library to it.

    Thanks
    ki
  • Yes, my idea was to use a C++ library from Energia (aJSON) inside a CCS project (in C), I was thinking if Code Composer would make some modification to make it possible. But I just realized that we can only import Energia libraries into Energia projects. My solution was create an Energia Sketch and use C libraries trhough extern "C".