| Version 3.1 (R2007b) Link for Code Composer Studio™ Release Notes | ![]() |
This table summarizes what's new in V3.1 (R2007b):
| New Features and Changes | Version Compatibility Considerations | Fixed Bugs and Known Problems | Related Documentation at Web Site |
|---|---|---|---|
| Yes Details below | Yes—Details labeled as Compatibility Considerations, below. See also Summary. | Bug Reports | Printable Release Notes: PDF V3.1 product documentation |
New features and changes introduced in this version are described here.
Support for Real-Time Workshop Target Function Library Replacement
Refactored PIL Project Options in Model Configuration Parameters
Link and Target Products Regrouped in New Start, Help, and Demos Category
This release supports only Code Composer Studio Version 3.3.
When you upgrade to this release of Link for Code Composer Studio, you must upgrade Code Composer Studio to version 3.3.
If you are using ccslink_ert.tlc as your system target file, Link for CCS now supports generating code that is optimized for the processor by using compiler intrinsics and assembly code to replace certain mathematical operator functions. Link for CCS accomplishes this optimization through the Target Function Library (TFL) replacement mechanism that Real-Time Workshop provides.
TFL replacement requires Real-Time Workshop Embedded Coder and the embedded real-time target—ccslink_ert.tlc.
For more general information about TFL, look for TFL in the Interface options in Configuring Real-Time Workshop® Code Generation Parameters. For information about using TFL in Link for CCS, refer to Target Function Library and Embedded IDE Link™ CC.
set and get now require both an object variable and property name input arguments to work. In earlier releases, you could use set and get with only the object variable name input to see a list of all of the properties for an object.
The following command syntaxes are no longer supported by set and get. In the examples, cc is a ticcs object created by ccsdsp:
get(cc)
value = get(cc)
set(cc)
set(cc,'propertyname1',propertyvalue1,'propertyname2',propertyvalue2,...)
value = set(cc)
The following syntax options work as before:
get(cc,'propertyname')
value = get(cc,'propertyname')
set(cc,'propertyname',propertyvalue)
The syntax changes to set and get affect scripts that use set and get to return lists of object properties. Set and get no longer return lists, only individual property values.
The existing PIL block option—Configure model to build PIL algorithm object code—has been replaced by a new option Create_Processor_in_the_Loop_project on the Build action list and a new parameter called PIL block action.
To build the PIL block with the new options, select Create_Processor_in_the_Loop_project for the Build action, and then select an option from the PIL block action list. For more information about the new configuration parameters and using PIL blocks, refer to Using Processor-in-the-Loop.
In previous releases, the basic object constructor ccsdsp returned a ccsdsp object. ccsdsp now returns a ticcs object, an instance of the ticcs class. This represents a change to the name of the object, not the way the object behaves or the properties.
A new product category, Links and Targets, now contains all MathWorks™ software products that link, target, or cosimulate code.
This change impacts you in the following ways:
Finding and viewing these products through the MATLAB® Desktop Start button and in the Help browser Contents and Demos panes.
Using the demo command to access the product demos.
For more about this new product category, see Demos and Help Browser Contents Now Include New Category for Links and Targets, in the MATLAB Release Notes.
![]() | Version 3.2 (R2008a) Embedded IDE Link™ CC | Version 3.0 (R2007a) Link for Code Composer Studio™ | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |