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.

IWR1443BOOST: level_sense_demo in CCS debug mode issue

Part Number: IWR1443BOOST
Other Parts Discussed in Thread: MATHLIB, UNIFLASH

Hi Dave,

I noticed the "level_sense_demo" project is not appeared in the Target Configuration Window, does this mean the build fail or something else missing?

Thanks

Feng

  • No project should appear in the Target Configuration window. Projects will be shown in the Project Explorer. Please hang on, someone will contact you shortly.
  • Hi Dave,
    Our software engineer checked that the perl.exe have the right path in the environment variable, no body call me or contact me so far.

    Thanks for your help!
    Feng
  • Look at page 4 of the MMWave SDK's Release Notes (in the /docs folder). Make sure you have the Strawberry perl version installed that it specifies, that the environment path points to it, and that CRC.pm as shown in the same table is also downloaded and installed.
  • I imagine that the FAE will contact you tomorrow.
  • filesInstalled.docxHi Dave,

    We have strawberry perl 5.26.0.1 installed (32bit MSI edition) (required 5.20.1 or late edition) and CRC.PM copied to  perl/lib/Digest folder as the instruction, all the path is correct in the environment variable, the build not complain the perl, it complain the pre configure file not find at the beginning. It looks to me some files are missing, Please see the screen copy of  all the files installed for this project in the attachment.

    Thanks,

    Feng

  • Hi Dave,
    The screen copy is not clear, here are the software folder installed, do you see any thing missing? Thanks!

    bin
    bios_6_50_01_12
    ccs_base
    ccsv7
    doc
    dsplib_c64Px_3_4_0_0
    include
    install logs
    lib
    man
    mathlib_c66x_3_1_2_1
    mathlib_c674x_3_1_2_1
    mmWave_sdk_01_00_00_05
    pinmux_v4
    simplelink_msp432_sdk_1_40_00_28
    strawberry-perl-5.26.0.1-32bit
    tirex-product-tree
    uniflash_4.1
    uninstaller
    xdctools_3_32_02_25_core
    xdctools_3.50_00_10_core_win32
    xdctools_3_50_10_core_win32_nojre
    xdctools_3_50_02_20_core
    c6000_8.0_x_CodeGenerationTools_Manifest.htm
    Closed_defects.html
    Code Composer Studio 7.2.0
    misra.txt
    open_defects.html
    README.txt
    ti_cgt_c6000_8.2.0_windowsinstaller_install.log
    ti-cgt-c6x_8.0.x_0763eCB0_A9AC-4e0f-9A85-171D172F003B.spdx
  • Feng,

    Again, this is not the correct forum for this kind of issue.  Assuming this is a list of your C:\ti folder, I can tell that at least one component has not been installed properly.  You should not see folders like /bin, /ccs_base, /lib, /include, etc.  I also don't see the proper XDC folder, C:\ti\xdctools_3_50_01_12_core.

    I would recommend renaming your C:\ti folder to something like C:\ti_backup.  Then install each one again - to it's default location.  It would also be possible to simply copy the component folders you already have (like bios_6_50_01_12), but it may just be safer to reinstall.  Definitely reinstall CCS, and you may want to take the opportunity to use 7.1.

    The C:\ti folder will be a list of your installed components.  I would also recommend installing Strawberry Perl to its default location, not in the c:\ti folder, though it's not critical where it is as long as the path is setup.

  • Oh, and your other issue about missing files should not be a problem - it's trying to do a "clean" and it can't find files that it's trying to delete anyway.
  • Hi Dave,

    I install CCS7.1 to a different computer and all other required software, after build "level_sense_demo", the build message similar to what I get before using CCS 7.2, I load "level_sens_demo.xer4f" it stop at main() at 413 0x00017034 (Task_Params.....), please see the debug information in the attached file, what I suppose to see in the CCS debug mode after loading image "level_sense_demo.xer4f", do I see the measured distance?

    Thanks

    DebugInfor.docx

  • Feng,

    I can't tell from your message whether the build was successful, or if you loaded the .xer4f that is provided in the source zip. Either way, your screen shot looks good - when you load via the CCS debugger, it will automatically run up to the start of main() and stop there. You haven't actually started the demo yet. Now, just run, stop and examine the chirp_data structure where the measurement outputs are stored.
  • Hi Dave,

    The .xer4f is created during build "leDebugInforRun.docxvel_sens_demo" project, after loading image of .xer4f it stops at main() 413, I hit "run" it just hang on the same point (413). Please see the attached screen copy.

  • Hi Dave,
    After step in, it shows " Can not find a source file at /home/gtbldadm/nighlybuilds/mmwave_sdk/ti/drivers/esm/src/esm.c", locate the file or edit the source lookup path to include this location. Do you know what this mean?

    Thanks
  • Closing this ticket as it also pertains to building, which is solved.