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/BEAGLEBK: Target Configuration Issue

Part Number: BEAGLEBK

Tool/software: Code Composer Studio

Hello all,

I was following this guide to select my beaglebone as a target on CCS. https://beagleboard.org/static/beaglebone/latest/Docs/ccs-jtag-simple.htm 

  • Right click on the bbone-target-config.ccxml file and click on "Launch Selected Configuration"

However, the following image shows that I have a set up error. What should I do?

  • Hi,

    This configuration was created for very old versions of CCS.

    This configuration does not contain anything very tailored or customized, therefore you can simply create a new one by going to menu File --> New --> Target Configuration File and select the settings as shown below:

    Since you are using the BeagleBone, you can optionally increase the TCLK speed to have better debug performance. Simply click on the bottom tab named "Advanced" and set the frequency to 10MHz as shown below:

    Hope this helps,

    Rafael

  • Thank you, Rafael. I appreciate it.