how to interface ccsV5.3 with Matlab 2012 or Matlab2013 useing dsp tms320f28335 processor and os is windows 8.1

2 views (last 30 days)
checkEnvSetup('ccsv5','F28335')
1. Checking CCSv5 (Code Composer Studio) version Required version: 5.0 or later Required for : Code Generation Your Version : 5.3.0 ### Setting environment variable "TI_DIR" to "C:\ti\ccsv5"
2. Checking CGT (Texas Instruments C2000 Code Generation Tools) version Required version: 5.2.1 to 6.0.2 Required for : Code generation Your Version : 6.1.0 ### Setting environment variable "C2000_CGT_INSTALLDIR" to "C:\ti\ccsv5\tools\compiler\c2000_6.1.0" The version found for "CGT" differs from the one used for our software validation. Use it at your own risk.
3. Checking DSP/BIOS (Real Time Operating System) version Required version: 5.33.05 to 5.41.11.38 Required for : Code generation Your Version : 5.42.00.07 ### Setting environment variable "CCSV5_DSPBIOS_INSTALLDIR" to "C:\ti\bios_5_42_00_07" The version found for "DSP/BIOS" differs from the one used for our software validation. Use it at your own risk.
4. Checking XDC Tools (eXpress DSP Components) version Required version: 3.16.02.32 or later Required for : Code generation Your Version : NOT FOUND The required version of XDC Tools is not found in $(XDCROOT)
5. Checking Flash Tools (TMS320C28335 Flash APIs) version Required version: 2.10 Required for : Flash Programming Your Version : 2.10 ### Setting environment variable "FLASH_28335_API_INSTALLDIR" to "C:\ti\controlSUITE\libs\utilities\flash_api\2833x\28335\v210" >> where is xdcroot ticcs 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 ID: 0x80040154). Verify that your CCS software is installed and configured properly.
Error in ticcs>Connect2App_CheckIdeVersion (line 244) hccs.Connect(1);
Error in ticcs (line 132) hccs = Connect2App_CheckIdeVersion;
>>

Answers (1)

Antonin
Antonin on 13 Apr 2015
Hi Rajul,
I would encourage you to watch the following video:
This will help you to get started.
I hope it helps,
Cheers,
Antonin.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!