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/LAUNCHXL-F28069M: F28069M

Part Number: LAUNCHXL-F28069M
Other Parts Discussed in Thread: CONTROLSUITE, C2000WARE

Tool/software: Code Composer Studio

Hello! I've downloaded controlSUITE for the example code to get started with the C2000, but I think i'm missing something!

I tried downloading the timed_led_blink and a few others, but I seem to missing the header files. Then, when I  add those header files, they seem to require more files. I always seem to end up getting lost in the amount of files I have to add, and then I got a boatload of error which I give up on.

Heres what Im doing:

1. Copying "timed_led_blink" onto my computer

2. Importing that into CCS

3. Clicking Run 

3.i. The first error I get, is the XDAIS error, which I learned how to fix

3.ii. Then I need to include "DSP28x_Project.h"

This is where I believe theres an easier solution. I pulled "DSP28x_Project.h" from another example folder, but that needs even more files. 

Is there an easier way to do this? Under 'Supporting Libraries', I notice theres 'Header Files for F2806x, but thats an expandable list which goes into more lists, Im not sure what to do.

What should I do?

I attached a picture of controlSUITE with what im seeing and some of my questions:

Also, Is there any standalone projects I can import and begin to program this guy?

If there's any more info you need, ill be eager to reply!

  • Hi Andrew,

    You can view all the projects here:
    C:\ti\controlSUITE\device_support\f2806x\v151\

    The simplest way to import project is:

    CCS -> Project -> Import CCS Project
    Paste C:\ti\controlSUITE\device_support\f2806x\v151\F2806x_examples_ccsv5\timed_led_blink
    in Select search-directory and press Enter

    Tick below 2 boxes and Finish.

    Build and Debug.

    Regards,
    Gautam
  • HI Andrew,

    When you say you are copying the project on to your computer and then importing. Are you importing the project from withtin controlSUITE or just the CCS project alone from a directory outside of controlSUITE? You should be importing from the project's location in controlSUITE. This will pull all the necessary supporting header files needed for the project.

    Please note that the latest device support collaterall for F2806x is now available in C2000Ware. The examples in therea are the most up to date.

    However, the examples in controlSUITE are working.

    Regards,

    Ozino

  • Hey! My problem was not clicking the 2 boxes below when importing to project! Looking at this now, I cant believe I missed it!

    I have a follow-up question.. In the user manual, it says to use CCSv6, should I continue to use that? Or is ccsv7 fine now?
  • Thank you! The two boxes weren't clicked!
  • Great! CCS v7 is very fine.

    Regards,
    Gautam