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.
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.
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
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.
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.
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.