User`s guide

info
Structure Element Data Type Description
info.subfamily
Decimal
Decimal representation of the hexadecimal
identication value that TI assigns to the processor
to identify the processor subfamily. IDs range
from 0x 00 0 to 0x3 822. Use
dec2hex to convert the
value in
info.subfamily to standard notation. For
example
dec2hex(info.subfamily)
produces ’67’ when the proce ssor is a member of the
67xx processor family.
info.timeout
Integer
Default timeout value MATLAB software uses when
transferring data to and from CC S. All functions that
use a timeout value have an optional
timeout input
argument. When you omit the optional argument,
MATLABsoftwareusesthisdefaultvalue–10s.
info = info(rx) returns info as a cell arraying containing the names
of your open RTDX channels.
Using info with Multiprocessor Boards
Method info works with p roces sors that have more than one processor
by returning the information for each processor access ed by the
cc
object you created with ticcs. The structure of i nformation returned is
identical to the single processor case, for every included processor.
Examples On a PC with a simulator congured in CCS IDE, info returns the
conguration for the processor being s imulated:
info(cc)
ans =
procname: 'CPU'
isbigendian: 0
7-60