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/AWR1642BOOST: Is my sdk installation right?

Part Number: AWR1642BOOST

Tool/software: Code Composer Studio

there are 2 errors while debugging.

Do I have to download other program?

  • Hi,

    What are the errors? Did you try to run the OOB demo?

    thank you
    Cesar
  • "..\dss_mmw.h", line 233: error #20: identifier "Mailbox_Handle" is undefined
    "../dss_data_path.c", line 1213: error #7: unrecognized token
    "../dss_data_path.c", line 1213: error #29: expected an expression
    "../dss_data_path.c", line 1216: warning #12-D: parsing restarts here after previous syntax error
    "../dss_data_path.c", line 1413: error #20: identifier "dataPrev2" is undefined
    "../dss_data_path.c", line 1413: error #20: identifier "dataPrev1" is undefined
    "../dss_data_path.c", line 1414: error #20: identifier "dataCurr" is undefined
    "../dss_data_path.c", line 1169: warning #179-D: function "MmwDemo_rxChanPhaseBiasCompensation" was declared but never referenced
    6 errors detected in the compilation of "../dss_data_path.c".
    gmake[1]: *** [dss_data_path.oe674] Error 1
    gmake[1]: Target 'main-build' not remade because of errors.
    gmake: *** [all] Error 2
    makefile:153: recipe for target 'all' failed

    **** Build Finished ****

    I'm trying to rebuild VitalSignDemo of Automotive 1642. Thank you

    Jae ho

  • Hello Jae,
    VitalSignDemo available on TI-Rex can be built with mmWave SDK 1.1.0.2
    You need to install this version of SDK to build VitalSignDemo correctly. Make sure you build the demo as it is downloaded from TI-Rex, after it builds properly only then make your changes to it avoid any build errors.


    Regards,
    Jitendra
  • you are right. Now I can modify this project. thank you so much.