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/CC3200: Error: Failed to start ROV

Part Number: CC3200
Other Parts Discussed in Thread: SYSBIOS

Tool/software: Code Composer Studio

Hi,

When I try to connect ROV in CCS (Version: 8.2.0.00007). I'm getting error- Error: Failed to start ROV using 'comm=DSLite:0,wsPort=56086':: Can't extract RTSC configuration package path from '.././.out'.

I have tried restarting CCS with no success. Any help is appreciated.

Regards,

Keshav

  • Keshav,

    Is the application TI-RTOS based? It needs to be. If it is, what version of XDCtools are you using? It needs to be 3.50 or higher. Note the TI-RTOS for CC3200 product is not compatible with XDCtools 3.50 (the SimpleLink SDKs are though).

    If you have an older XDCtools, you can use ROV Classic. It is basically the same as the newer Runtime Object View from a data standpoint (the GUI is much nicer in the new tool).

    Todd
  • Yes, my application is based on Ti-rtos. This is the present configuration of ti_rtos_config. Which is currently using XDCtools version 3.32.2.25_core.

    But when I changed it to 3.50.8.24_core and Re-Builded it then it throwed the following error-

    Description Resource Path Location Type
    xdc.cfg.Program : The package 'ti.sysbios.knl' is not compatible with XDCtools used in this build. Please either use XDCtools compatible with that package, or update the product containing that package, or rebuild the package with XDCtools 3.50 or later. .xdchelp /ti_rtos_config line 71 C/C++ Problem

    Regards,

    Keshav

  • That TI-RTOS does not support XDCtools 3.5x. You need to stick with 3.32.2.25 that you were using and then use ROV classic.