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.

Example Functions are not in Control Suite

Other Parts Discussed in Thread: CONTROLSUITE

I am trying to run some of the examples in the Control Suite for the C2000 F28069 Experimenter's Kit, specifically the LED Blink example. The examples call a bunch of functions in and tell you that the functions can be found in different F2806x.c files. Unfortunately, these files themselves aren't in the Control Suite (or at least I can't find them). 

I found most of them by using some of the files from the multi-day workshop labs, but these aren't all-inclusive (the F2806x_CPUTimers.c is not in the lab files).

Is there a folder that includes not only an example for the LED Blink, but also all of the files (both headers and functions) that it requires? If not, where can I find the functions (I can find the headers, just not all of the functions)?

Matthew 

  • Hi Matthew,

    All the examples and their respective header files are placed in the following directory:

    C:\ti\controlSUITE\development_kits\F28069 controlSTICK 

    Also there are few more header files that you need while building these projects, those header files can be found in the include path in your project properties.

    Regards,

    Gautam

  • Thanks, I hadn't seen these before. Do these F28069 files work only for the controlStick, or can I also use them with the Experimenter's Kit? 

    Also, I am trying to run the template file (the Flashing LED) program in the control suite that is under the F28069 Experimenter's Kit. I followed the instructions listed in the System Framework and Templates Project guide, but when I try to Debug, I get an error that says "The selection cannot be launched, and there are no recent launches." Do you know why this might be the case? I am using CCSv5.3, whereas the guide was written for CCSv4. Would this be the cause of the problem?

     

  • Hi Matthew,

    CCS v4 files are very much compatible with CCS v5; so there's no issue with compatibility.

    Run CCS, open project and set the option of target device correctly and the target device connection in conformity with your connection driver.

    During you configure project's options select the DEBUG version only. 

    Note: Selection of correct target device is necessary. 

    Regards,

    Gautam