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.

AM3357: Error when trying to connect to ROV

Part Number: AM3357
Other Parts Discussed in Thread: SEGGER, AM3359

Hi,

I want to use the ROV to debug my device. After connecting to the target and loading the application (debbuger has stopped at "main()"), I want to start up the ROV by pressing "Connect" (Executable path: "<Use the program currently being debugged>", Target communication link: "Debugger"). I then get following error:

Error: Failed to start ROV using 'comm=DSLite:1,wsPort=63714':: Can't extract RTSC configuration package path from 'path/to/application.out'.

I use following setup / toolchain:

- Code Composer Studio: v8.2.0.00007
- OS: TI-RTOS
    - TI-BIOS v6.73.00.12
- Compiler: GNU v6.3.1 (Linaro)
    - Output type: RTSC Application (Executable)
    - Output format: eabi (ELF)
- XDCtools: 3.50.08.24
- Debugger: SEGGER J-Link
- Target Configuration
    - Board or Device: ICE_AM3359
    - Initialization script: emulation\board\ice_am3359\gel\TMDXICE3359.gel

Does anyone have an idea how I can solve that error message?