How to add newer CCSTUDIO version (12.8.0) in Matlab 2024a/b

9 Ansichten (letzte 30 Tage)
Johnny
Johnny am 8 Mär. 2025
Beantwortet: Jack am 8 Mär. 2025
Hello,
How do I add newer CCSTUDIO IDE version (v12.8.0) from TI in Matlab 2024a/b ?
Thanks for the guidance.
Regards,
Johnny

Antworten (1)

Jack
Jack am 8 Mär. 2025

To integrate the newer version of Code Composer Studio (v12.8.0) with MATLAB 2024a/b, you need to update the CCS settings that MATLAB uses for building and debugging your target applications. Typically, you can follow these steps:

Set up CCS v12.8.0 and note its installation directory. Then, in MATLAB, update the CCS environment variable so that MATLAB points to the new installation. For example, add the following line to your startup.m file:

setenv('CCSROOT', 'C:\ti\ccs\ccs_12.8.0');

If you are using the Embedded Coder Support Package for TI Code Composer Studio, open its configuration settings (often found under Tools or Preferences) and update the installation path to point to CCS v12.8.0. In some cases, you may also need to modify the support package configuration files (usually within MATLAB’s target or support package directories) to include an entry for the new CCS version.

After these updates, restart MATLAB and verify that the new CCS version is being used (for example, by running a build or debug command that reports the CCS version).

Follow me so you can message me anytime with future questions. If this helps, please accept the answer and upvote it as well.

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by