How to create a CCS ToolchainInfo object in Matlab2023?
4 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(2 个)
praguna manvi
2025-3-12
编辑:praguna manvi
2025-3-12
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 个评论
Aravind
2025-3-12
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 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!