Communicating Simulink 8.0 (2012) with Code Composer Studio (CCS v5.2)

1 view (last 30 days)
Hi I have some problems when trying to run the simulink coder examples for Texas Instruments. I have a Delfino Card F28335 and when lauching the examples I get some erros:
1) Automation Interface Tutorial: Cannot start CCS application (COM error ID: 0x80040154). Verify that your CCS software is installed and configured properly.
This when typing "checkEnvSetup('ccs', 'F28335', 'setup')" on the matlab command 2) Your Version : NOT FOUND The required version of Flash Tools is not found in Following environment variable(s) required for code generation could not be set ### "FLASH_28335_API_INSTALLDIR"
I have Installed and re-stalled CCS V5 but I am wondering to know if actually MATLAB 2012 has problems with CCS V5 and if I should use an old version of CCS.
Thanks for any tip and comment.

Answers (1)

Kaustubha Govind
Kaustubha Govind on 16 Nov 2012
I'm not all that familiar with the TI Adaptor, but from Antonin's comment on this previous discussion, since you are using CCS version 5, you need to run:
>> checkEnvSetup('ccsv4','F28335','setup')

Community Treasure Hunt

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

Start Hunting!