MATLAB Link for Code Composer Studio Development Tools Release Notes | ![]() ![]() |
New Features
This section is organized into the following subsections:
Product Restructuring
The Developer's Kit for Texas InstrumentsTM DSP has been restructured into two products with distinct feature sets:
Together, the products provide capability beyond what was provided by the former product, the Developer's Kit for Texas Instruments DSP 1.2.
Added Support For All C6000 and C5000 DSP Families
MATLAB Link for Code Composer Studio works with both the C6000 and C5000 DSP families.
New MATLAB Objects for Accessing Data and Functions on the Target
Using a new object constructor function createobj
, you can make MATLAB objects that represent data in DSP memory or in DSP registers, or functions in your code in CCS projects. These new objects let you access complex data stored in many forms on your target, such as:
Being able to access functions from MATLAB provides essentially hardware-in-the-loop capability--the ability to run selected functions from your code on your target and return the results to MATLAB for analysis.
In addition to the new objects, new functions (methods) and overloading of existing functions lets you manipulate the new objects and their contents.
New Profile Reporting Capability
Using the existing profile
function, we provide a profile report in HTML. When you choose the profile option for your CCS project, the report contains information about the operation of your project. The new report contains the same information returned in a MATLAB structure by function profile
.
![]() | MATLAB Link for Code Composer Studio Development Tools Release Notes | Upgrading from an Earlier Release | ![]() |