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.

CCS4 and Matlab 2011b

Right now, I want to connect 28035 with matlab2011b through CCS4.

When I typed checkEnvSetup('CCS','f2803x') in matlab 2011b, the following commands occur:

1. Checking CGT (Texas Instruments C2000 Code Generation Tools) version    Required version: 5.2.1    Required for    : Code generation    Your Version    :    Incompatible version detected. CGT version does not satisfy product requirements!

2. Checking DSP/BIOS (Real Time Operating System) version    Required version: 5.33.05    Required for    : Real-Time Data Exchange (RTDX)    Environment variable BIOS_INSTALL_DIR required for code generation could not be found...    Your Version    :    Incompatible version detected. DSP/BIOS version does not satisfy product requirements!

3. Checking CCS (Code Composer Studio) version    Required version: 3.3.83.11    Required for    : Automation and Code Generation    Your Version    :    Incompatible version detected. CCS version does not satisfy product requirements!

4. Checking 2803x C/C++ Header Files version    Required version: 1.21    Required for    : Code generation    Your Version    : 1.21    ### Setting environment variable "DSP2803x_INSTALLDIR" to "E:\Texas Instruments\tidcs\c28\DSP2803x\v121"

5. Checking Flash Tools (TMS320F2803x Piccolo(TM) Flash API) version    Required version: 1.00    Required for    : Flash Programming    Your Version    : 1.00    ### Setting environment variable "FLASH_2803X_API_INSTALLDIR" to "E:\Texas Instruments\sprc907\setup_Flash2803x_API_V100_CCS4.0v"

Does that mean the connection doesn't work?

Then I typed ticcs, this time I got:

Registering DLLs... IDE Link successfully registered its plug-in for Code Composer Studio (CCS). If CCS prompts you that "New components were detected," click Yes or OK in the prompt dialog box to enable components for all compatible CCS installations. Error using Link.ccssetup/Connect Cannot start CCS application (COM error code: 0x80040154). Verify that your CCS software is installed and configured properly.

Error in ticcs>Connect2App_CheckIdeVersion (line 248)         hccs.Connect(1);

Error in ticcs (line 136) hccs = Connect2App_CheckIdeVersion;

 

Would you please help me to solve that problem? Is that the problem about compatibility between CCS4 and Matlab 2011b?

 

Thanks