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.

SIMPLELINK-CC13XX-CC26XX-SDK: Pre-compiled version of CCS driverlib is not available in SDK

Part Number: SIMPLELINK-CC13XX-CC26XX-SDK

Tool/software:

Hi there,

I'm currently working on the portability of one of our projects from a previous SIMPLELINK-CC13XX-CC26XX-SDK version (3.10.1.11) to the latest one (8.30.01.01).

This project is developed on the Code Composer Studio version 11.1.0.00011 (being ported now to 20.2.0).

I noticed that the pre-compiled version of driverlib (for CCS) is no longer available in the SDK.

It used to be located at: ${PATH_TO_SDK_ROOT}/source/ti/devices/cc13x2_cc26x2/driverlib/bin/ccs but now the directory ccs is missing. The last version that contained it was 7.10.02.23.

I would like to know if there's a reason for this change. Is there an up-to-date alternative to using the driverlib?
If not, could you tell me how to get it or compile the library myself, please?

Regards,

Akira from Echo54

  • Hi Akira,

    Indeed, with the newest SDKs, we support the following compilers:

    • ticlang
    • iar
    • gcc

    We do not have support for the old CCS compiler anymore. We do however still ship precompiled driverlib libraries for the aforementioned compilers. 

    ticlang, for instance, can use this binary: C:\ti\simplelink_cc13xx_cc26xx_sdk_8_30_01_01\source\ti\devices\cc13x2_cc26x2\driverlib\bin\ticlang

    Regards,

    Arthur