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: Code Composer Studio™ forum

Part Number: LAUNCHXL-CC26X2R1
Other Parts Discussed in Thread: SYSCONFIG, SYSBIOS

Tool/software: Code Composer Studio

Hi all,

I moved from SimpleLink SDK 3_20 to 3_30 using *.syscfg instead of the old *.cfg.

I am using "spislave_CC26X2R1_LAUNCHXL_tirtos_ccs" project.

I need to add an Idle function to my project.

I included an empty *.cfg file but even with it I got several errors and the project does not compile

I remove the empty *.cfg file from the project and I got the error that I need at least one *.cfg file.

The project is now unusable and I need to reload the old version from the backup and start over.

How can I solve this?

Thank you,

Claudio

  

  • Hi Claudio,

    The best solution is to import the spislave project from the SimpleLink CC13x2/CC26x2 SDK 3.30 and take this as a starting point. (Please note this project contains both a .syscfg file and a .cfg file, they are both needed and serve different functions.)

    We have a guide on how to start using SysConfig, maybe you will find it useful. Please see:

  • Hi Mary,

    The spislave project from the SimpleLink CC13x2/CC26x2 SDK 3.30 does contains both a .syscfg file and a .cfg file, only .syscfg file is present.

    I fact I browsed all the examples in directories and I've seen this:

    "C:\ti\simplelink_cc13x2_26x2_sdk_3_30_00_03\examples\rtos\CC26X2R1_LAUNCHXL\sysbios" projects have both files 

    "C:\ti\simplelink_cc13x2_26x2_sdk_3_30_00_03\examples\rtos\CC26X2R1_LAUNCHXL\driver" projects have only .syscfg

    The same for:

    "C:\ti\simplelink_cc13x2_26x2_sdk_3_40_00_02\examples\rtos\CC26X2R1_LAUNCHXL\sysbios" projects have both files 

    "C:\ti\simplelink_cc13x2_26x2_sdk_3_40_00_02\examples\rtos\CC26X2R1_LAUNCHXL\driver" projects have only .syscfg

    I am asking for a procedure to include the *.cfg file in any "SimpleLink CC13x2/CC26x2 SDK 3.30/.40" when it is missing without affecting the rest of the project.

    Thanks,

    Claudio

  • Hi Claudio,

    Sorry about the confusion. For TI Driver projects the .cfg file is found in the tirtos builds project (tirtos_builds_CC26X2R1_LAUNCHXL_release_ccs). This project is automatically imported along with SPIslave into your CCS workspace.