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.

Compiler/AWR1642BOOST-ODS: Multi Gesture project MSS rebuild problem

Part Number: AWR1642BOOST-ODS

Tool/software: TI C/C++ Compiler

Hi,

I am Using Code Composer Studio Version: 9.3.0.00012. when i try to rebuild the Mss, it never finishes the building. Rebuilding doesn't progress after 40%. There is a warning 'Product mmWave SDK v3.1.1.00 is not currently installed. A compatible version 3.3.0.03 will be used. gesture_16xx_mss gesture_16xx_mss Problem'.

The dss can be rebuild without any problem. 

How to solve the MSS rebuilding problem?

  • Hello Mainul,

    Did you try with same SDK version what this application supports (refer release note/user guide)?

    And even with this version it may have built the application but stuck at the post-build step where it converts and generates metaImage.

    I tried the same application at my end with SDK 3.3 version and it compiled to end.

    Make sure you download the latest version of application (lab0009_multi-gesture-16xx).

    Regards,

    Jitendra

  • hi Jitendra,

    i installed the new CCS version and now its working but i cant complete the instructions as shown in the user guide for multi gesture demo.

    when i tried to run dss_main.c in debug mode it shows an error

    --------------------------------------------

    [Cortex_R4_0] **********************************************
    Debug: Launching the Millimeter Wave Demo
    **********************************************
    Debug: MMWDemoMSS Launched the Initialization Task
    [C674X_0] Debug: DSS Mailbox Handle @0080ad80
    Debug: MMWDemoDSS create event handle succeeded
    Debug: CRC Channel @0080b588 has been opened successfully
    Debug: Launched the mmwaveLink Management Task
    Debug: BSS Mailbox Handle @0080bc80
    Debug: Power on request successfully passed to the BSS
    [Cortex_R4_0] Debug: CLI is operational
    [C674X_0] Error: MMWDemoDSS Unable to open the ADCBUF driver
    Error: MMWDemoDSS Data Path init failed with Error[-1]

    -----------------------------------------------------

    do you have any suggestion?

  • Hello,

    For SDK 3.3, please modify the marked code at your end.

    dss_main.c ----->

    ADCBufparams.continousMode = 0;
    ADCBufparams.socHandle = gGestDssMCB.socHandle;

    /* Open ADCBUF driver */
    context->adcbufHandle = ADCBuf_open(0, &ADCBufparams);

    Regards,

    Jitendra

  • hi Jitendra,

    i have modified dss_main.c

    but i am getting this error now

    -------------------

    C674X_0: Power Failure on Target CPU
    C674X_0: Failed to remove the debug state from the target before disconnecting. There may still be breakpoint op-codes embedded in program memory. It is recommended that you reset the emulator before you connect and reload your program before you continue debugging

    -------------------

    The connection from PC to the EVM is okay. The JTAG DR Integrity scan-test has succeeded without failure.

  • When are you getting this error? Did you flash the application metaimage and later connecting via CCS (JTAG) to DSS core?

    Only this change should not hit any error like this.

    Regards,

    Jitendra