OK,
I'm an old dog learning new tricks; so please forgive this probably simple question.
I've designed a board with the TMS320F28035 on it. I'm running CCS version 4.2.4.0003. I have my board connected to my workstation using a Blackhawk USB2000 controller. This chain appears to work fine, as I can load a simple program and get the chip to mindlessly blink LED's and fun stuff like that.
HOWEVER...the real firmware that I'm going to load onto this board is going to be based on some code that my boss wrote for a TMS320F28035 (same chip) on a board that he designed....
So...I imported his project into its own workspace, cleaned it, debugged it...at that point, I was given errors regarding some missing include files. I found them, added them to the project, cleaned it again, rebuilt it, debugged it...this yielded the following error:
This project was created using a version of Code Generation tools that is not currently installed: 5.2.8 [C2000]. Please install the Code Generation tools of this version, or migrate the project to one of the supported versions. Renewable properties 1314649542213 30
OK...where do I go from here? Any suggestions? now...I see that it says I'm missing Code Generation tools...I was assuming that, since I can load my simple program...I must be able to compile and generate code for the TMS320...but this project won't...hmmmmmmmmm