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/LAUNCHXL-CC26X2R1: LAUNCHXL-CC26X2R1

Part Number: LAUNCHXL-CC26X2R1

Tool/software: Code Composer Studio

 I am trying to develop Zigbee application on LAUNCHXL-CC26X2R1with as below environment:
 - simplelink_cc26x2_sdk_2_30_00_34
 - Code Composer Studio Version: 9.1.0.00010
 - OS: Windows 10 Pro
However, I saw that CCS takes too long to build projects.
For each example in SDK, I try to open/build with both of CCS and IAR.
The building time of IAR is so better.
So, I expect that we will edit by CCS and build by IAR for a project as below steps:
1: Import project into CCS
2: Export project from CSS (output ALL source file)
3: Re-open CCS exported project by CCS (purpose: edit)
4: Re-open CCS exported project by IAR (purpose: build)

Could you tell me how to do step no.04?
Thank you so much!

  • Hi,

    I don't think you will be able to accomplish step 4, given that CCS and IAR projects are incompatible - CCS is based on Eclipse Open Source environment and IAR is fully closed source proprietary. 

    In order to do that, you would have to find a way to re-create the project in IAR, but that would defeat the purpose. 

    Where exactly is the delay you are seeing in CCS during the build process? Keep in mind that building a project for the first time usually will also build the companion TI-RTOS project and that takes longer than usual - subsequent builds do not need to re-build the companion TI-RTOS project. 

    Regards,

    Rafael

  • Hi,

    Thank you for your answer,

    Where exactly is the delay you are seeing in CCS during the build process?

    -> It's building process 5%,....15%,....specially at 62%,.......it take along time,

    even if we use build or re-build function :(

    Not happy, but the advantage of IAR is building time, better than CSS.

    I think we need to consider this matter.