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/MMWAVE-SDK: how to create a ccs project with mmwave sdk2.1 demo project

Part Number: MMWAVE-SDK
Other Parts Discussed in Thread: SYSBIOS

Tool/software: Code Composer Studio

hello

       i want to creat or import the mmawve sdk demo project 1642(C:\ti\mmwave_sdk_02_01_00_04\packages\ti\demo\xwr16xx)

       it can not import this demo because it's not a ccs project.

       i don't know how to new a project using this demo.

       i know it can import a srr demo project from "TI Resources Explorer", but the demo is based on the sdk2.0 , and the sdk2.1 is so different from 2.0. lots errors and difines should be solved.

       is there any guide to use sdk2.1 demo project?

       thanks.

  • Hi,

    Could you please explain what your goal is?

    Currently there is no CCS project available for SDK 2.1. There is one available for xWR16xx SDK 2.0 in the Industrial ToolBox 2.0.0

    You would need to port it to SDK 2.1

    Thank you
    Cesar
  • Hello,

    As Cesar responded, we do not have a CCS project for SDK 2.1. You should be able to port the existing 16xx - mmWave SDK Demo CCS project by modifying the following lines in both mmw_dss_16xx.projectspec and mmw_mss_16xx.projectspec to point to SDK 2.1 and the corresponding XDC and BIOS versions listed in SDK 2.1 release notes.

    <!-- Project properties -->
    <property name="type" value="rtsc"/>
    <property name="products" value="com.ti.rtsc.SYSBIOS:6.53.02.00;com.ti.MMWAVE_SDK:2.0.0.04;"/>
    <property name="xdcToolsVersion" value="3.50.04.43_core"/>

    Make sure to physically delete any existing 16xx - mmWave SDK demo project from your workspace, re-import the new projectspecs and build both projects.

    Regards

    -Nitin