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/IWR1642: Cannot import the mmwave demo project into CCS

Part Number: IWR1642
Other Parts Discussed in Thread: CCSTUDIO, MMWAVE-SDK, IWR6843

Tool/software: Code Composer Studio

Am trying to the most basic thing to get the mmwave demo to build and the crappy TI dev tools are giving me a rake in the face.

I simply want to import the demo project for the IWR1642 from the TIREX into my workspace and have it build.

I have CCS V8 and just installed the mwave SDK 3.1.0.2

I have used CCS and the simplelink_cc13x0 SDK on this same system with minimal issues (all issues I have had were caused by poor TI documentation or dev tool problems).

I have set my dev board in setenv.sh to IRW1642 and the sourced setenv.sh

Then I ran ccstudio to go into code composer which the way I understand what I read should give CCS the right environment?

Then to load the mmwave demo project into CCS:

In TIREX it shows a folder saying mmWave Sensors -> Industrial Toolbox 3.1.1 -> Labs -> mmWave SDK Demo ->16xx mmWave ...

I import this into CCS

I get 5 errors on import saying similar but first is

COM_TI_MMWAVE_SDK_INSTALL_DIR/packages/ti/demo/xwr16xx/mmw/mss/mss_main.c cannot be resolved

other 4 are similar including the project config mss_mmw.cfg

Of course it refuses to build as there is not even a project config

What is going on here and how do I get the basic demo project to load into CCS and build properly?

  • Hello Shawn,

    Sorry you are having issues importing/building the IWR1642 mmWave SDK demo project using CCS.  Please review the instructions in the setup guide for the IWR1642 mmWave SDK demo on the TI Resource Explorer.  Specifically, you would need to use mmWave-SDK version 2.0.0.4 for the current demo project on the TI Resource Explorer.

    Regards,

    John

  • Thanks will try I guess the older SDK V2.0.0.4 and see if that works.

    Is there a reason why the latest SDK should not work with the demos?

    For development does TI recommend that I continue to use the older SDK??
  • Hi Shawn,

    There are differences in the latest SDK that would require changes to the source code and projectspec to be able to build successfully. Please see the release notes in the latest SDK for a description of the changes if desired.

    If you are planning to use IWR1642 then SDK 2.x should be used. If you are planning to move to IWR6843 then you would need to move to SDK 3.x.

    Regards,
    John
  • Yes it appears you must use exactly 2.0.0.4 with the IWR1642 for the Labs/Demos that TI supplies to work :(

    Even the 2.1.X toolkit does not properly build the demo.

    Does TI plan on updating the Labs/Demos to work with a latter toolkit version??