CCSTUDIO: Can't create CC1312R -> rfPacketRx example project

Part Number: CCSTUDIO
Other Parts Discussed in Thread: CC1312R,

Hi,

I am using the CCStudio IDE version 21.0.0.14__1.12.0 . I have a CC1312R LaunchPad board and I would like to try out the rfPacketRx project. When I do 'Create a new project' -> Select `CC1312R LaunchPad` under Device and Board and select the 'rfPacketRx' project -> Import.

Choose any compiler, No RTOS, next, next -> I get `Device-id 'CC1312R1F3' is not recognized`.

Before, on a pristine IDE install, I've had another issue. The IDE would fail to install any project dependency, with the error `ETIMEDOUT 2a02:26f0:41:59d::b48:443 `.

I managed to install most dependencies manually, except for the compiler. When I installed the TI LLVM compiler v3.2.2.LTS, the IDE would find it under General->Compilers->Discovered Compilers (it appears as IT Clang v3.2.2.LTS), yet when I tried to create said project, it still was trying to fetch the compiler 3.02.02.00 (I assume it's the same one). So I encountered around 3 issues in total.

In the end everything worked fine with the CCStudio IDE v12 (the old Eclipse based version), including fetching the dependecies. So I was able to get the project running, but I wanted to report the issue.

 

 

  • Hi !

    This does not happen to me on CC20.5, I will install CCS 21 to give it a try.

    What you can do to workaround your issues may be to get the F2 SDK from ti.com, and then in CCS instead of running "Create new project", you would run "import project" and import the examples from the F2 SDK folder installation path.

    Do you perhaps have any special charaters or space in your CCS installation path ? Are you installing it in a special folder like a OneDrive folder ?

    Kind regards,
    Lea

  • Hello,

    Choose any compiler, No RTOS, next, next -> I get `Device-id 'CC1312R1F3' is not recognized`.

    It sounds like device support files are missing. Did you ensure that you selected the proper components during installation?

    Browse to: <CCS 21 INSTALL DIR>\ccs\ccs_base\common\targetdb\devices

    See if you see connectivity device support file such as the ones highlighted below:

    If they are missing, then the proper components were not selected during installation.

    I managed to install most dependencies manually, except for the compiler. When I installed the TI LLVM compiler v3.2.2.LTS, the IDE would find it under General->Compilers->Discovered Compilers (it appears as IT Clang v3.2.2.LTS), yet when I tried to create said project, it still was trying to fetch the compiler 3.02.02.00 (I assume it's the same one). So I encountered around 3 issues in total.

    It could be that there is a sight mismatch between the IDs from the version downloaded as a dependency from CCS and the one manually downloaded from ti.com. I assume you did the latter?

  • Hi,

    Thanks for the quick reply! Looks like reinstalling CCStudio 21.0 as a Full Installation did the trick for me (before I've had a Custom installation, and missing the Wireless component). It stopped complaining about `Device-id 'CC1312R1F3' is not recognized`, and I was able to import and build the rxPackageRx project. It also detected the compiler this time, so it didn't try to fetch it anymore.