MATLAB: Problem creating a project with Matlab 2011a and DSP28035

dsp28035embedded targets

Hello,
I have a problem. I need to build a Matlab model in which I have used the blocks from the library for Texas Instruments F28035 DSP. To do this I use Matlab 2011a, Code Composer Studio v3.3 and 28035 Control Card from Texas Instruments (based on F28035 DSP). The problem appears when I try to build the model and Matlab shows me a window to browse the 2803x C/C++ header files installation directory. Header files, together with the source files, are needed to create the project in CCS v3.3.
These files should be in the following directory: C:\Program Files\MATLAB\R2011a\toolbox\idelink\extensions\ticcs\inc. And the source files directory is C:\Program Files\MATLAB\R2011a\toolbox\idelink\extensions\ticcs\src.
But when I select the directory you get the following error message:
"Invalid Folder. One of the following file(s) could not be located in the installation directory: DSP2803x_headers\include\DSP2803x_SysCtrl.h"
In these directories that I mentioned before are the header and source files for DSP280x, DSP281x and DSP2833x, but not for the DSP2803x.
Anyone know if these files exist in the version 2011B? Can you help?
Thanks in advance,
Carlos

Best Answer

The 2803x C/C++ header files installation should be separate from your MATLAB installation. So I don't think C:\Program Files\MATLAB\R2011a\toolbox\idelink\extensions\ticcs\ is the right location, unless you have indeed installed the TI files manually to this location. I would recommend running checkEnvSetup to make sure that you have installed all third-party software that is required by Simulink.
Related Question