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.

IWR1443: Vital sensor demo can't import

Part Number: IWR1443
Other Parts Discussed in Thread: SYSBIOS

Hi Champs,

I couldn't import vital demo. I found similar thread . but, I couldn't import it CCS ver7.1 also.

Phenomenon is here

It doesn't proceed download counter. Even I re-boot PC. It was same phenomenon.

but, when I tried to down load these files from CCS cloud (Resource exploler). It could download. but, CCS cloud didn't exixt Import to IDE bottom.

So, I couldn't convert file to CCS IDE style.

Do you know any reason ?

Also, if you have any tool to convert this file to IDE style, please let us know.

Regards,

Kz777

  • Hi Champs,  I have some update about this.

    I could download this demo file when we link web base "Resource exploler". Then I tried this demo to CCS ver 7.2. but, ccs7.2 couldn't import these file. So, when I changed ccs version to 7.1. I could import code. but, it has many compile error.

    Could you check this error log and tell me some workaround ?

    Error log is attached.

    **** Build of configuration Debug for project vitalSigns_lab ****
    
    "C:\\ti\\ccsv7.1\\utils\\bin\\gmake" -k -j 4 all -O 
    rm -f C:/Users/a0385593/workspace_v7.1/vitalSigns_lab/xwr14xx_vitalSigns_lab_mss.bin
    makefile:194: recipe for target 'pre-build' failed
    process_begin: CreateProcess(NULL, rm -f C:/Users/a0385593/workspace_v7.1/vitalSigns_lab/xwr14xx_vitalSigns_lab_mss.bin, ...) failed.
    make (e=2): �w�肳�ꂽ�t�@�C�������‚���܂���B
    
    gmake[1]: [pre-build] Error 2 (ignored)
    ' '
    'Building file: ../vitalSigns.cfg'
    'Invoking: XDCtools'
    "C:/ti/xdctools_3_50_00_10_core/xs" --xdcpath="C:/ti/bios_6_46_04_53/packages;C:/ti/ccsv7.1/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.R4F -p ti.platforms.cortexR:IWR14XX:false:200 -r release -c "C:/ti/ccsv7.1/tools/compiler/ti-cgt-arm_16.9.1.LTS" "../vitalSigns.cfg"
    making package.mak (because of package.bld) ...
    generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
    configuring vitalSigns.xer4f from package/cfg/vitalSigns_per4f.cfg ...
    The IWR14XX device is not currently supported.
    The following devices are supported in the ti.catalog.arm.cortexr5 catalog:
    	RM57D8XX        
    subdir_rules.mk:47: recipe for target 'build-1803236881-inproc' failed
    js: "C:/ti/bios_6_46_04_53/packages/ti/sysbios/family/arm/Settings.xs", line 613: Error: Unsupported device!
        "C:/ti/bios_6_46_04_53/packages/ti/sysbios/family/arm/Settings.xs", line 772
        "C:/ti/bios_6_46_04_53/packages/ti/sysbios/family/Settings.xs", line 241
        "C:/ti/bios_6_46_04_53/packages/ti/sysbios/family/Settings.xs", line 120
        "C:/Users/a0385593/workspace_v7.1/vitalSigns_lab/vitalSigns.cfg", line 15
        "./package/cfg/vitalSigns_per4f.cfg", line 192
    gmake.exe: *** [package/cfg/vitalSigns_per4f.xdl] Error 1
    js: "C:/ti/xdctools_3_50_00_10_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
    gmake[2]: *** [build-1803236881-inproc] Error 1
    gmake[1]: *** [build-1803236881] Error 2
    gmake[1]: Target 'main-build' not remade because of errors.
    gmake: *** [all] Error 2
    subdir_rules.mk:44: recipe for target 'build-1803236881' failed
    makefile:161: recipe for target 'all' failed
    
    **** Build Finished ****
    
    
    

  • Hi Kz777,

    The error log you attached shows that the BIOS version on your desk is 6_46_04_53.

    'Invoking: XDCtools'
    "C:/ti/xdctools_3_50_00_10_core/xs" --xdcpath="C:/ti/bios_6_46_04_53/packages;C:/ti/ccsv7.1/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.R4F -p ti.platforms.cortexR:IWR14XX:false:200 -r release -c "C:/ti/ccsv7.1/tools/compiler/ti-cgt-arm_16.9.1.LTS" "../vitalSigns.cfg"

    The Vital Signs Lab (and all other Labs and Demos included in the mmWave Training Series) require SYSBIOS 6.50.1.12. Can you please install the required tools as mentioned in the pre-requisites section of the corresponding lab setup guide, delete the current project and re-import to IDE from the resource explorer?

    Thanks
    -Nitin
  • Hi Nitin,
    Thanks. it works.