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/TMS320F28379D: CCS 7 code compile guideline. How to create and add project and required library file.

Part Number: TMS320F28379D
Other Parts Discussed in Thread: CONTROLSUITE

Tool/software: Code Composer Studio

unable compile the code in CCS7. I have created new project for TMS320F2837xD. 

Refer the below snapshot.

  • The error is coming from the file F28x_Project.h and the message is saying that it cannot open the file "F2837xD_device.h". The F28x_Project.h file #includes F2837xD_device.h but it is not able to open it because it does not know the path to it.

    You can either copy that file over to your project (as you have done with all other header file) or you can add the path to it under Compiler Include paths (Project Properties->Build->Compiler->Include Options, under --include_path).
    In ControlSuite this file can be found in C:\ti\controlSUITE\device_support\F2837xD\v210\F2837xD_headers\include

  • how to attached the image of documents in the forum?
  • When you reply to a message, click on "Use rich formatting" at the bottom right. The pane that opens up will have icons for attaching images, files, etc.

  • Hi, 1. Can anyone guide how to create project in CCS7 for TMS320F28779D. Please share the all the required setting as I am facing the problems to compile the project. Please share the procedure.
    2. I want blink one LED from CPU1 and other from CPU2. what is procedure please share all the required settings. Anyone have the standard procedure....

    Regards,
    Dnyaneshwar Sahane
  • I want to use the both CPU cores to my application. if any event happen with any core one core how to interface with other core. Please share the details...
  • Dnyaneshwar Sahane said:
    1. Can anyone guide how to create project in CCS7 for TMS320F28779D. Please share the all the required setting as I am facing the problems to compile the project. Please share the procedure.
    2. I want blink one LED from CPU1 and other from CPU2. what is procedure please share all the required settings. Anyone have the standard procedure....

    The recommended way to get started is by taking a look at the examples included in ControlSuite. If you go into the ControlSuite installation directory C:\ti\controlSUITE\device_support\F2837xD\v210, there are examples there for single core and dual core. You can import any of these examples into CCS and build and run them to get an idea of how they work. From there you can use the examples as a baseline for developing your own code. 

    The ControlSuite software package comes from the C2000 development team (which is different than the CCS development team), so if you have any questions about the examples please post them to the C2000 forum.

  • Dnyaneshwar Sahane said:
    I want to use the both CPU cores to my application. if any event happen with any core one core how to interface with other core. Please share the details...

    Please take a look at the examples and docs provided in ControlSuite as a reference. If you have further questions about the interactions between the two cores please post to the C2000 device forum.

  • can anyone suggest what are steps need to be followed for both core program download?
  • only CPU1 is running. CPU2 not running. if i want download the code in flash then i have selected target configuration as FLASH_CPU2. then example code if TI is not getting compiled. error 10263 and 10264....I think this is linking error....i have not changed anything except FLASH setting. what can be the reason..???
  • can anyone tell above note ......what is the issue with Flash in the example code??? I want to use both core. how can I download the code in both CPU???...Also I want to execute in Flash......
  • Dnyaneshwar Sahane said:
    what is the issue with Flash in the example code??? I want to use both core. how can I download the code in both CPU???...Also I want to execute in Flash......

    Please start a new post in the C2000 forum. There are too many different issues being discussed in this same thread and this thread originally started for a different issue. The experts in the C2000 forum should be able to help better with your last question.