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.

CC2652R: CCS 11.2 cannot import projects for CC2652R1

Part Number: CC2652R
Other Parts Discussed in Thread: LAUNCHXL-CC26X2R1, SIMPLELINK-CC13XX-CC26XX-SDK

Hello,

I try to upgrade to the latest BLE stack: simplelink_cc13xx_cc26xx_sdk_6_10_00_29 and CCS11.2.

I am using a LaunchXL-CC26x2R1, and in CCS I cannot import a host_test project (nothing discovered) if I have selected my board prior.

If I import without specifying a device then CC2642R1F is targeted by default!?

  • Hello krs,

    Please select File -> Import -> C/C++ -> CCS Projects and navigate to C:\ti\simplelink_cc13xx_cc26xx_sdk_6_10_00_29\examples\rtos\CC26X2R1_LAUNCHXL\ble5stack\host_test to import either the TI-RTOS or TI-Clang compiler versions of the host_test example.  This is the process which works on my setup and is expected for using the SIMPLELINK-CC13XX-CC26XX-SDK.  It should not be required for users to select the specific device while importing a project, however the host test project most likely cannot be found since BLE projects technically use a CC2642R1F inside the CCS settings.  The same project configuration can be used to program the CC2652R1 since the two devices are binary-compatible.

    Regards,
    Ryan

  • I initially started importing the project like you've mentioned, but I got confused when I could not find a way to change the target config from CC2642R1F to my CC2652R1. (see screenshot)

    Can I just ignore that setting and use the project as is? (In the previous version of CCS I explicitly had there CC265R1)

  • You can use CC2642R1F/CC2652R1F BLE projects/configurations interchangeably and there is no need to change any settings inside CCS.

    Regards,
    Ryan