How to create a CCS ToolchainInfo object in Matlab2023?

6 visualizzazioni (ultimi 30 giorni)
Shaw
Shaw il 5 Mar 2025
Risposto: Aravind il 12 Mar 2025
I am connecting CCS6.2 to Matlab2023b, but i'm getting an error when i use code "ticcs('boardnum',0, 'procnum', 0)" to identify F2812 board. I used it by Matlab2011 and i didn't have any problem. Anyone can help me please?
I want to create a CCS object in the matlab GUI host program, so that I can control the start and stop of the DSP and the transmission of data after the model is automatically generated into code.

Risposte (2)

praguna manvi
praguna manvi il 12 Mar 2025
Modificato: praguna manvi il 12 Mar 2025
Hi @Shaw,
The object "ticcs" is not present in R2023b. However, you can check the "tiCCS" object, which creates a CCS ToolchainInfo template. It is possible to achieve similar behavior by creating a CCS project from a model in debug mode. Here is the documentation link for reference:

Aravind
Aravind il 12 Mar 2025
Hello @Shaw,
Starting with MATLAB R2017a, the system target file "idelink_ert.tlc" is no longer supported for CCSv3.3. This file offered a direct interface to the CCS IDE but was designed for the older CCSv3.3 technology. It was compatible with CCSv3.3 and had limited support for CCSv4 and CCSv5, but it is not supported for CCSv6 and later versions.
Commands like "ticcs" and "ccsboardinfo" depend on CCSv3.3 and the "idelink_ert.tlc" system target file for operation, as they require a direct interface with the CCS IDE. With the removal of support for "idelink_ert.tlc" from MATLAB R2017a onwards, these commands have also been removed. This is why you are encountering an error when attempting to use the "ticcs" command in MATLAB R2023b.

Community Treasure Hunt

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

Start Hunting!

Translated by