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.
