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/AWR1642: issue of importing (mmw) Demo for XWR16XX project in CCS

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

Tool/software: Code Composer Studio

Hi,

when i try to use CCS to import mmv demo project for AWR1642, issue with access denied occurred as below, still no change after i edit the file permission. 

Could not read file: D:\ti\mmwave_sdk_01_02_00_05\packages\ti\demo\xwr16xx\mmw\dss_mmw_pe674.rov.xs.

D:\ti\mmwave_sdk_01_02_00_05\packages\ti\demo\xwr16xx\mmw\dss_mmw_pe674.rov.xs (Access is denied)

  • Hello Ken,
    Could you tell us what is the source of this CCS project you are trying to import? I would recommend to get CCS project (mmw xwr1642) from TI-Rex
    dev.ti.com/.../

    And as per error message you have posted, looks like this ccs project has *rov.xs linked to it which should not be in working condition.
    Usually this file present at 'C:\ti\mmwave_sdk_xxx\packages\ti\demo\xwr16xx\mmw\dss\mmw_configPkg_xwr16xx\package\cfg' where mmw_configPkg_xwr16xx directory is generated while building the DSS project from 'gmake all' command.

    Please try fresh CCS project downloading from above mentioned TI-Rex link.


    Regards,
    Jitendra
  • Hi Jitendra,

    1. i am trying to import project from mmwave_sdk_01_02_00_05\packages\ti\demo\xwr16xx.

    2. also, i try to download mmwave_industrial_toolbox_2.3 and 2.5, not able to find the same demo project under mmwave_industrial_toolbox_2_3_1\labs folder.

    Ken 

  • Hello Ken,
    By default mmwave-SDK doesn't have any CCS project which you can import into CCS, so if you try importing project from the path mentioned in point '1' it won't import anything.

    And on your point '2':
    - You need to unzip 'mmwave_industiral_toolbox_<version>' at some location.
    - In CCS go for Menu->Project->Import CCS project option'
    - Browse for '<unzip-path>\mmwave_industrial_toolbox_2_5_0\labs\demo0005-mmwave-sdk-16xx\demo0005_mmwave_sdk_16xx_pjt' path in the window open by above step.
    - It should give list of mmw_dss_16xx and mmw_mss_16xx project list.
    - Click Finish to import in CCS workspace.
    - I followed these steps and it worked.

    Other option to import same project
    - Open CCS menu->view->Resource explorer
    - go for Software->mmWave Sensors->Industrail Toolbox path in left pan of resource explorer window. (this is populated from same repository as TI-Rex.)
    - Go for 'labs\mmWave SDK demo-16xx' and click on download & import.
    - it will also import MSS and DSS project import to CCS workspace.

    Note- Make sure while doing any of above step for compatibilty the SDK and app version. For mmWave SDK demo 16xx: Lab version 1.2-> SDK v1.2->Industrial toolbox v2.3; Lab version 2.0-> SDK v2.0.0.4->Industrial toolbox v2.5.1;



    Regards,
    Jitendra
  • thank you, Jitendra.