How to create a CCS ToolchainInfo object in Matlab2023?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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.
0 commentaires
Réponses (2)
praguna manvi
le 12 Mar 2025
Modifié(e) : praguna manvi
le 12 Mar 2025
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:
0 commentaires
Aravind
le 12 Mar 2025
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.
0 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!