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/IWR1443: How could I debug the mmw demo step-by-step in CCS?

Part Number: IWR1443

Tool/software: Code Composer Studio

Hi,
The mmw demo for the IWR1443 in the mmw SDK is a makefile project, I had successfully import it into the CCS, and complied it with no errors after setting some enviroment variables.Next, I want to debug the demo source code step-by-step with the XDS110 emulator. How should I set the debug configurations in the CCS before I could launch the debug session?

Best regards

  • Hello Cheng Meng,

    Select the project. Right-click and go to Build Configurations->Manage. Set the one you want as "default" to be the active configuration. It should then still be the active configuration next time.
    This is also answered below:
    e2e.ti.com/.../203240

    Thanks,
    Raghu
    ----------------------------------------------------------------------------------------------------------
    Please click the Verify Answer button on this post if it answers your question.
    ----------------------------------------------------------------------------------------------------------
  • Also, you will need to flash the IWR1443 with a CCS debug image as described in 3.3.2 of the mmWave SDK user guide. When this is flashed and you are able to successfully attach the CCS debugger to the IWR1443, you can load your .xer4f file and begin debugging.
  • Hi Cheng,

    The same exact mmw demo is also available as a CCS project on Resource Explorer

    Just navigate to Software -> mmWave Training -> Demos -> mmWave SDK Demo -14xx

    Here you wiil find a Setup Guide. The guide walks you through how to import the project, how to build it in CCS, and how to load it onto the device.


    Regards,
    Kevin