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/CONTROLSUITE: CONTROLSUITE

Part Number: CONTROLSUITE

Tool/software: Code Composer Studio

I would like to build and run the HVBLDC_Sensored project, however I am not able properly import the project. 

Is there a step I am missing? 

Best Regards, 

  • Daniella,

    Please provide the following additional details:

    - which version of CCS are you using?
    - In which directory inside controlSuite is this project located? (I want to make sure I try importing the same project)
    - which version of ControlSuite are you using?

  • Hello, 

    I am using Code Composer Studio Version: 9.1.0.00010.

    The project is found in the path:

    C:\ti\controlSUITE\development_kits\HVMotorCtrl+PfcKit_v2.0\HVBLDC_Sensored

    Regards, 

  • I currently don't have CCS 9.1.0 installed, but I just imported this project into CCS 9.2.0 without any issues.

    The first thing I would suggest checking is whether you have support for the C2000 family installed in your CCS. To do that, go to menu Project->New CCS Project and see if the F28x family of devices show up in the Target device list. If they do not, then you are missing support for that device. In that case, you can install support for it into your existing CCS installation by following the steps described in this FAQ.

    If you do have support for the device installed, try opening a new workspace and importing the project again using the menu Project->Import CCS Projects.

  • Hello, 

    The Target device is found in the list. I have tried creating a new project and added the files. The issue is now that many header files are not linked to the project. Do I need to add these header files manually or should they already be linked. 

    I have also tried to import the project through:

    File ->Open Project from File system 

    and 

    Project -> import CCS Project 

    Both of which I get an error message as seen in the image. 

    The control Suite version I am using is very recent, I have downloaded it January. 

  • Hello, 

    I have updated the version of my code composer and I no longer have the issue. 

    I wanted to confirm, the project looks likes its been made for F2803x boards, can it also be used for the F28069 boards? 

    Regards, 

    Daniella

  • It seems that 

    C:\ti\controlSUITE\libs\app_libs\motor_control\drivers

    is missing F2806x. 

  • Daniella Derlukiewicz said:
    I have updated the version of my code composer and I no longer have the issue. 

    Great to hear that!

    Daniella Derlukiewicz said:
    I wanted to confirm, the project looks likes its been made for F2803x boards, can it also be used for the F28069 boards? 

    I don't believe it can be used as-is, there would be some porting required.

    If you need further clarification or confirmation on this and your other question pertaining to the driver libraries for F2806x, I would suggest starting a new post in the C2000 microcontrollers forum as the device experts would be in the best position to answer this. Since the original question posed in this thread is resolved, I will go ahead and close this thread.