关于iwr1642boot使用操作问题

Other Parts Discussed in Thread: IWR1642

我想问一下,现在CCS软件已经更新到9.0.1版本,mmWave SDK更新到 v03.01.01.02,如果我想通过CCS去新建iwr1642 demo,修改源代码,使用串口输出雷达测量的距离原始数据,请问版本上支持不,我尝试安装了不同版本的CCS,但是都不能成功,请问有什么办法吗?

  • 另外出现以下问题是什么原因,怎么解决~

    See details below...
    mmw_mss_16xx
    A project with name 'mmw_mss_16xx' already exists in the workspace!

  • 对于 IWR1642, 建议您使用SDK 2.1.0.4 (LTS).

    关于您的第二个问题,在工作区中,CCS只允许存在一个具有给定项目名称的文件夹。 出现此错误的原因是工作区文件夹中已存在名称为mmw_mss_16xx的文件夹。 您需要转到工作区文件夹并将其删除。 或者,如果您想要保留已有的代码,则可以创建新的工作区。
  • 1.

    Description Resource Path Location Type
    #20 identifier "MMWAVE_L3RAM_NUM_BANK" is undefined dss_data_path.c /mmw_dss_16xx line 793 C/C++ Problem

    2.

    Description Resource Path Location Type
    #20 identifier "MMWAVE_SHMEM_BANK_SIZE" is undefined dss_data_path.c /mmw_dss_16xx line 793 C/C++ Problem

    3.

    Description Resource Path Location Type
    gmake: *** [all] Error 2 mmw_dss_16xx C/C++ Problem

    4.

    Description Resource Path Location Type
    gmake[1]: *** [dss_data_path.oe674] Error 1 mmw_dss_16xx C/C++ Problem

    5.

    Description Resource Path Location Type
    gmake[1]: Target 'main-build' not remade because of errors. mmw_dss_16xx C/C++ Problem

    6.

    Description Resource Path Location Type
    Product 'mmWave SDK' v2.0.0.04 is not currently installed. A compatible version 2.1.0.04 will be used. mmw_dss_16xx mmw_dss_16xx Problem

  • 出现以上问题,我想知道是怎么解决