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: Looking for CMSIS header files

Tool/software: Code Composer Studio

I am developing software on a CC2652 board using the SimpleLink CC13x2 CC26x2 3.4 SDK. 

The Users Guide for this SDK says:

The SDK includes specific releases of CMSIS core files that have been tested and validated with the components the SDK. The CMSIS files include the following:

However I can not find the CMSIS header files anywhere.

I searched from the main ti folder located in my C drive but I could only find a CMSIS folder in ti/ccs930/ccs/eclipse/plugins/.../resources/msp432.

  • Vincent,

    In my CCSv9.3.0 installation I see the cmsis_ccs.h file in: ti/ccs930/ccs/ccs_base/arm/include/CMSIS

    It is possible that these files are being installed when particular device families are selected.  I can check on that.

    Regards,

    John

  • Hi John,

    I checked the ti/ccs930/ccs/ccs_base/arm/include folder but on my PC this folder does not contain a CMSIS folder.

    How can I select a device family? I already have the device selected under Properties > General in my project.

    Regards,

    Vincent

  • Vincent,

    It would be an installation setting. Those files are likely getting installed based on the device families that are selected.  If I had to guess I would say they are part of the MSP432 device support package.  When our install person is on later this morning I will ask.  In my case I have support for all device families installed so I can't tell which one added it.  It is possible to add support for a device family by just running the installer again and pointing to your existing installation.  It will then let you select families to add.

    Regards,

    John

  • Thank you John, selecting my device in the installer seemed to have added the CMSIS files.