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.

LP-CC2652RB: ROV fails to connect

Part Number: LP-CC2652RB
Other Parts Discussed in Thread: SYSCONFIG, , CC2652RB

Tool/software:

I am using the LP-CC2652RB Launchpad to develop a BLE device. I am using CCS 12.8.0.00012 with Simplelink SDK 7.41.0.17 and SysConfig 1.18.1. I am using TI-RTOS7 for the RTOS.

When I try to open up ROV (Runtime Object View) from CCS, I get the following error in the ROV window

"ROV _connect failed to start agent: Provided value for cloudAgentInstallerServerURL is not allowed"

I enabled Cloud Agent logging and I am attaching the log from the run to this message. I have tried 2 default examples to test ROV ; "empty_LP_CC2652RB_tirtos7_ticlang" and "project_zero_LP_CC2652RB_tirtos7_ticlang". Both the default examples fail with the same error message above.

Regards,

Bhaskar

2630.my_ticld.log
Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
2024-08-19T18:56:48.778Z: Overridden Proxy =
2024-08-19T18:56:48.779Z: main: Staring directory = C:\ti\ccs1280\ccs\ccs_base\cloudagent\src
2024-08-19T18:56:48.779Z: Starting Agent!
2024-08-19T18:56:48.787Z: Module( Agent )->Web socket server started!
2024-08-19T18:56:50.927Z: Discovered Module : DeviceDetector
2024-08-19T18:56:50.932Z: Discovered Module : DS
2024-08-19T18:56:50.938Z: Discovered Module : EventBroker
2024-08-19T18:56:50.948Z: Discovered Module : File
2024-08-19T18:56:54.069Z: Discovered Module : Tirex
2024-08-19T18:56:54.075Z: rov_server_redirect: looking in: C:\ti\ccs1280\ccs\eclipse\dropins
2024-08-19T18:56:54.076Z: rov_server_redirect: looking in: C:\ti\ccs1280\ccs\eclipse\plugins
2024-08-19T18:56:54.077Z: rov_server_redirect: found: C:\ti\ccs1280\ccs\eclipse\plugins/com.ti.rov_1.0.0.202108240702
2024-08-19T18:56:54.086Z: rov_server_redirect: looking in: C:\ti\ccs1280\ccs\eclipse\Eclipse.app\Contents\Eclipse\dropins
2024-08-19T18:56:54.087Z: rov_server_redirect: looking in: C:\ti\ccs1280\ccs\eclipse\Eclipse.app\Contents\Eclipse\plugins
2024-08-19T18:56:54.087Z: rov_server_redirect: setting XDCTOOLS_JAVA_HOME to C:\ti\ccs1280\ccs\eclipse\jre
2024-08-19T18:56:54.087Z: rov_server_redirect: requiring C:\ti\ccs1280\ccs\eclipse\plugins\com.ti.rov_1.0.0.202108240702\rov_server.js
2024-08-19T18:56:54.097Z: Discovered Module : ROVServer
2024-08-19T18:56:54.420Z: Discovered Module : Serial
2024-08-19T18:56:54.427Z: Discovered Module : TargetSupport
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

  • Hi Bhaskar,

    Thanks for reaching out. 

    I tried the same examples on my side but I was using the previous CCS version and I was able to use the ROV with no errors. Can you please try the following:

    -Use a different USB cable for the connection to the PC

    -Have you tried reinstalling CCS?

    -Can you please try using the CCS 12.7 and see if the ROV works? 

    -Run the example on debug mode and then start ROV. 

    I tried this on CCS 12.8 and it gave me the same error, I will look into this further.

    Ivan

  • Hello Ivan,

        Rolling CCS back to 12.7 has fixed this issue. I uninstalled the latest version and deleted all settings before reinstalling CCS 12.7 . ROV now connects and I can see the Modules. 

        Thank you for your help.

    Regards,

    Bhaskar.