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/AWR1642BOOST: question about CCS execution

Part Number: AWR1642BOOST

Tool/software: Code Composer Studio

Hello TI-teams,

According to this link(), I try to follow the whole steps of "Build the Firmware from Source Code", in the last step"Execute the lab", I did compiling in the first suggested way which is deployment mode. I did the flash already and after that my interface of CCS is like this(in the file) . And what is the next step? Excute ? I can't find button of "run" or "execute" in the CCS interface. Would you please give me any help? Thanks a lot!

Kind regards,

Kathy

  • Hi Tomasz,

    many thanks for your reply. I tried "Debug", it prompted a window like this, it's about target configuration. What does "target " mean here? What should I do for "execute the lab"? Thanks a lot!

    Best Wishes,

    Kathy

  • Hi Kathy,

    please provide information about your CCS and TI compiler versions and also links to your workshop and AWS, AWS training packages.
  • Kathy,

    A target configuration file (ccxml) provides information to CCS about the device you want to debug and the debug probe that connects it to your system. The development board mentioned in your original post has an integrated XDS110 debug probe. Probably the easiest way to set this up is to go to the properties for your project. Select General in the tree on the left. Then on the right for connection select "Texas Instruments XDS110 USB Debug Probe". This way CCS will generate a ccxml file for you with those settings.

    Then when you press F11 or click on the debug button CCS will use that target connection file to launch the debugger.

    I do not currently have one of these boards.  If this does not work please let me know and I can attempt to find one and we can walk through the steps together.

    Regards,
    John