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: none

Other Parts Discussed in Thread: AWR1443, UNIFLASH, MMWAVE-SDK

Tool/software: Code Composer Studio

Hi, 

I am doing the AWR1443 demo from the Resource in CCS, the demo name is "mmWave Demo". I follow the guide to the step 5.3 "Running the binary" . It takes long time and it look to not running. How can I solve this problem or where do I check on the board? Thank you.

[unlocked 1/19/18]>LE

  • Hi
    I try to Single step execution then find the error like below
    "Can't find a source file at "/home/gtbldadm/nightlybuilds/mmwave_sdk/ti/drivers/esm/src/esm.c"
    Locate the file or edit the source lookup path to include its location."

    How can I get this file? Thank you.
  • Hello Wendy,
    As your first post I assume you are trying to download debug image via CCS (JTAG).

    In this case first you need to flash 'xwr14xx_ccsdebug_mss.bin' using uniFlash tool to AWR1443. Follow section 3.3.2 of mmwave_sdk_user_guide document.

    Post this flashing switch to SOP-4 mode and connect CCS to MSS core where you need download the debug image (*.xer4f) to device.


    Now for the error 'Can't find a source file....'

    When you halt code in CCS, the debug symbols will look for the source file in the location of where it was when the driver library (esm.lib) was built. It is pretty common for this to happen when trying to do source level debug for code from a library.

    The correct solution is to use the button in the editor to browse for the file in mmWave-SDK installation path. Once you do that, the debugger will find the source file and also update the root directory for searching for other source files so that subsequent files can be found.

    In above case browse to <mmWave-SDK-install-path>/ti/drivers/esm/src/esm.c file.


    Regards,
    Jitendra Gupta
  • Hi Jitendra

                 "The correct solution is to use the button in the editor to browse for the file in mmWave-SDK installation path. Once you do that, the debugger will find the source file and also update the root directory for searching for other source files so that subsequent files can be found.""

                  Which button that I can browse he file in mmWave-SDK installation? Thank you.

  • Hi Jitendra
    I also have another problem. The NERR_OUT 's LED turns on after I flashed the xwr14xx_ccsdebug_mss.bin and remove the jumper from SOP2. Is that correct ? Thank you.

  • unlocked 1/19/18>[LE]