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

18 次查看(过去 30 天)
Hello,
How do I add newer CCSTUDIO IDE version (v12.8.0) from TI in Matlab 2024a/b ?
Thanks for the guidance.
Regards,
Johnny

回答(1 个)

Jack
Jack 2025-3-8

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.

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by