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.

CC2642R: Unable to see detailed info about tasks in ROV

Part Number: CC2642R
Other Parts Discussed in Thread: SYSBIOS, SYSCONFIG

Hello everyone.

First off, I am using CCS 12.2.0.00009 and simplelink_cc13xx_cc26xx_sdk_6_30_01_03 sdk.

I can't see detailed info about tasks in ROV. I get the following error: Error: Cannot call method "viewGateMutexBasic" of undefined, see next image:

When I connect to the target some errors messages is displayed to me. Seems some rov related files is missing.

 Error: Failed to start ROV using 'comm=DSLite:0,symbols=/Applications/ti/ccs1220/ccs/ccs_base/emulation/gel/images/cc26xx/cc26x2r1f_rtos_rom_syms.out;/Applications/ti/ccs1220/ccs/ccs_base/emulation/gel/images/cc26xx/cc26x2r1f_driverlib_rom_syms.out,wsPort=50254':Error: Error in /Users/engenharia/ti/simplelink_cc13xx_cc26xx_sdk_6_30_01_03/kernel/tirtos7/packages/ti/sysbios/knl/Task.rov.js: Error: utils.loadCapsule: can't find '/ti/sysbios/knl/Mailbox.rov.js' along the path '/Users/engenharia/ti/simplelink_cc13xx_cc26xx_sdk_6_30_01_03/kernel/tirtos7/packages/ti/sysbios/gates;/Users/engenharia/ti/simplelink_cc13xx_cc26xx_sdk_6_30_01_03/.;${XDCROOT}/packages;/Users/engenharia/ti/simplelink_cc13xx_cc26xx_sdk_6_30_01_03/source;/Users/engenharia/ti/simplelink_cc13xx_cc26xx_sdk_6_30_01_03/kernel/tirtos/packages;/Users/engenharia/ti/simplelink_cc13xx_cc26xx_sdk_6_30_01_03/kernel/tirtos7/packages;/Users/engenharia/ti/simplelink_cc13xx_cc26xx_sdk_6_30_01_03;/Applications/ti/ccs1220/xdctools_3_62_01_16_core/packages;'

Thank you in advanced.

  • Hi Mariano,

    Which SDK example are you referencing (please include the compiler being used) and which ROV module are you attempting to view for which you get the viewGateMutexBasic error?  Have you made any modifications to the SysConfig TI RTOS modules?  Have you tried restarting CCS or your PC to resolve the ROV start issue?  If you are using macOS, please be aware of https://sir.ext.ti.com/jira/browse/EXT_EP-10944 

    Regards,
    Ryan

  • Hi Ryan.

    One further information, I am using macos CCS version.

    Which SDK example are you referencing (please include the compiler being used) and which ROV module are you attempting to view for which you get the viewGateMutexBasic error?

    simple_peripheral with TI Clang v2.1.2.LTS compiler. I am attempting to view the detailed tasks in ROV.

    Have you made any modifications to the SysConfig TI RTOS modules?

    No.

    Have you tried restarting CCS or your PC to resolve the ROV start issu

    Yes, no success.

  • I am running the same simple_peripheral example on SimpleLink SDK v6.30, CCS 12.1, with TI Clang v2.1.2.LTS, on my Windows 10 PC and not experiencing similar issues.  Are you running the Debug or Release build configuration?  Once you get into the ROV session, are you able to view details on any other modules (BIOS, Clock, Hwi, etc)?

    Regards,
    Ryan

  • Are you running the Debug or Release build configuration?

    Debug build configuration.

    Once you get into the ROV session, are you able to view details on any other modules (BIOS, Clock, Hwi, etc)?

    Yeahh, I can view the Detailed info about Hwi.

    What is the version of XDCTools you are running??? By the way, where can I found the XDCTools version in CCS 12.2??? 

  • You may try switching to the Release build configuration and determine whether that changes any ROV module views.  I am able to view Hwi and Task information using the Release v6.30 simple_peripheral build ROV inside CCS 12.2

    My CCS is using XDCTools 3.62.01.16 as shown below, and the recommended dependencies are provided in the SDK Release Notes.

      

    The TI ARM Clang Compiler tools should be 2.1.2.LTS inside Project Properties -> CCS General -> Project

    Regards,
    Ryan