Other Parts Discussed in Thread: CONTROLSUITE
I recently installed CCS Version: 5.3.0.00090 and install ControlSUITE 3.1.3 today. I am running Windows 7 64-bit, i5, 2.6GHz,8GB RAM.
I copied the Delfino F2833x, "ePWM Timer Interrupt" "Example Project" from CSuite (using the built-in copy utility) to a folder on my desktop. Then I imported it with CCS5.3 selecting to copy to
the workspace folder as part of the import. The workspace folder is: C:\tiwkspc_PwmEx. CCS and CSuite were all installed into their default directories. This PC had a version of CCS 4.x that was
removed before the installation of 5.3.
I am getting buid errors for this demo project.
One of the errors is "Could not open source" for the following line:
#include "DSP28x_Project.h" // Device Headerfile and Examples Include File
I am able to fix that by adding the path:
C:\ti\controlSUITE\device_support\f2833x\v133\DSP2833x_common\include
to the project. But, I thought the idea for the examples was that everything would be ready to go.
There are 12 errors for "gmake: No rule to make target" Oddly though the path shown for these errors is rooted in my Windows "User" path although I never configured anything as such as far as I know. Perhaps left over from CCS4.x? I avoid "User" paths for in general, for development, because they are not consistent from PC to PC with different logins.
I have 5 warnings for "Invalid project path" 2 of those are again rooted in the "User" directory.
I looked in the CSuite under Devices->Delfino F2833x->Utilities->Header Files for F2833x. The header file "DSP28x_Project.h" is not there but others are. However, there is no installer or README
that tells me what the TI default path for these should be. So, I don't know where to put them. I found them in the directory:
C:\ti\controlSUITE\device_support\f2833x\v132\DSP2833x_common\include
I did find "DSP28x_Project.h" for the 2833x in these 2 directories:
C:\ti\controlSUITE\device_support\f2833x\v132\DSP2833x_common\include
C:\ti\controlSUITE\device_support\f2833x\v133\DSP2833x_common\include
However, my board is revision 1.0 but these directories indicate 1.32 & 1.33, so I am not sure they are compatible.
Additionally, I cannot open the file:
controlSUITE_DSP2833x_HeaderFiles_Quickstart_Readme.pdf.
I thought the main idea for the "Example Projects" was that they would be "canned" and ready to run for rudimentary testing & learning. Have I missed something? Did I not install something?
I have attached screen shots. The forum would only let me attach one file so I put the screenshots in a zip file.
Any help will be appreciated.
Regards,
Jim Cook