User`s guide
Getting Star ted with RTDX™
Instruments processors. While the processor may change, the essentials of
the p rocess remain the same.
Listing the Functions in Embedded IDE Link CC
software
To review a complete list of functions and methods that operate with ticcs
objects, either CCS IDE or RTDX, enter either of the following commands at
the prompt.
help ticcs
help rtdx
If you already have a ticcs object cc, you can use dot notation to return the
methods for CCS IDE or RT DX by entering one of the fo llow ing commands at
the prompt:
•
cc.methods
• cc.rtdx.methods
In either instance MATLAB software returns a list of the available functions
for the specified link type, including both public and private functions. For
example, to see the functions (methods) for links to CCS IDE, enter:
help ticcs
TICCS Base constructor for the 'Embedded IDE Link(TM) CC'.
H=TICCS('propertyname','propertyvalue',...) returns a handle H that
Embedded IDE Link CC software uses to communicate with Code Composer
Studio(TM) (CCS) IDE. The input parameters to TICCS are treated as
property definitions. Each property definition consists of a property
name/property value pair.
Property Names:
* 'boardnum' - the identifier for the installed board selected from the
list of boards configured under CCS Setup. If you have
only one board under CCS Setup, use the default property
value 0 to access the board. This value is read-only
after you create the object.
* 'procnum' - the identifier for the processor on the board defined by
2-43