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



Tool/software: Code Composer Studio

currently i am new for code composer studio especially on after coding there are problems during debugging. 

according to the debugging program in flash video quick tips. when i follow the steps then i come up with the following error,


how can i solve this problem. even if  i seen the link for debugging but not get solution. this problem is serious for me, i can not start my project due to this problem. the above error is comes form the examples given by ti resource explorer, i.e not my code.

 

  • the examples aren't necessarily perfect, but they can be a very nice introduction/first-building-block, and their cost is a perfect $0.00 .

    To remedy the problem you are seeing above, possibly consider to locate the missing library and install it on the search path. Or try a different TI example. Or combine ideas from multiple TI examples. Brute force can sometimes help: For example, maybe build the same project under a 100% full CCS install where it has installed and self-updated/restarted 47 times therefore getting up to date with every library for every TI & ARM chipset ever known during the entire history of Texas.
  • Hi,

    This particular error is described in the following reference, which contains several tips that can help overcome this problem.
    software-dl.ti.com/.../ccsv7_debugging_jtag_connectivity_issues.html

    One additional detail is to double check the configuration you are using. The reason of my suspicion is that one of your projects mentions F2805x, but the top toolbar shows you are using a file named F2808.ccxml which is a different device, and the Debug view shows two cores, which may again correspond to the F2805x device (which has a F28x and a CLA core).

    Hope this helps,
    Rafael