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/TIDM-1004: MSP432 SDK and MSP432 SDK Bluetooth plugin

Part Number: TIDM-1004

Tool/software: Code Composer Studio

Hello.

I can’t import “blelock_dev_MSP_EXP432P401R_tirtos_ccs” to CCS with following message.

 

       Error: Product 'com.ti.SIMPLELINK_MSP432_SDK_BLUETOOTH_PLUGIN' v0.0 is not currently installed and no compatible version is available. Please install this product or a compatible version.

 

My environment is:

CCS v7.4.0

simplelink_msp432p4_sdk_2_10_00_14

simplelink_sdk_ble_plugin_1_40_00_42

 

Coud you tell me how to import this?

I confirmed other related thread, but I can’t understand how to do.

 

Regards,

  • Hello Keirs,

    Based on the error message CCS thinks that you are trying to import example from a Bluetooth Plugin that is not installed. This is because the new versions of the Plugin have modified the name of the Plugin that CCS uses to identify the plugin.

    To fix that, please open the file "blelock_dev_MSP_EXP432P401R_tirtos_ccs.projectspec" in the folder "./tidcd85/msp432/development_projects" and make the following modification:

    • Add  products="com.ti.SIMPLELINK_SDK_BLE_PLUGIN" before the line starting with linkerCommandFile=
    • Replace COM_TI_SIMPLELINK_MSP432_SDK_BLUETOOTH_INSTALL_DIR with COM_TI_SIMPLELINK_SDK_BLE_PLUGIN_INSTALL_DIR

    After the above changes, you should be able to import the project. I am still getting build errors though. The following fix allowed me to get past the tirtos errors.

    • Replace the line 
      <import spec="../tirtos_cfg/ccs/tirtos_builds_MSP_EXP432P401R_tidm1004_ccs.projectspec"/>

       with 

      <import spec="${COM_TI_SIMPLELINK_MSP432_SDK_INSTALL_DIR}/kernel/tirtos/builds/MSP_EXP432P401R/release/ccs/tirtos_builds_MSP_EXP432P401R_release_ccs.projectspec"/>
    • Replace the line
      references="tirtos_builds_MSP_EXP432P401R_tidm1004_ccs"

       with 

      references="tirtos_builds_MSP_EXP432P401R_release_ccs"

    I am still getting errors on missing source files "ti/bsp/bsp_i2c.h" and "ti/bsp/sensor.h". I am trying to figure out what the solution is.

    Thanks,

    Sai

  • Hi Sai,

    Thank you for your reply.
    I could import the project.

    And I'm facing the same problem you trying.
    I'm waiting for your advice...

    Best regards,
  • Hi Sai,

    Do you have any updates about this thread?

    Regards,

  • Hello Keirs,

    I apologize for the delayed response. Are you still looking for a support on this thread?

    There is some work involved in updating this example to the latest BLE Plugin version.

    The quickest solution is to use the BLE Plugin version 1.00.00.81.

    I have attached the version in case you don't have access to this version.

    Hope this works!

    Thanks,

    Sai

    simplelink_msp432_sdk_bluetooth_plugin_1_00_00_81.exe

  • Hi Sai,

    Thank you for your reply.

    I'll check using your file.

    If there are any concerns, I'll post it.

    Regards,
    U-SK
  • I will close this thread as I believe it has been answered.

    If this does not help, please start a new thread by clicking ""Ask a related question" at the top of this page.

    Thanks,
    Sai

**Attention** This is a public forum