User`s guide

Reported Issues Using Embedded IDE Link™ CC Software
Section 5.0 Some Basics on How it Works
Quick Start Installation Guide , “Debu g Hints an d Trou b le Sh ooti ng ”
To avoid having problems in MATLAB software when y ou work with links,
note these re comme nded tasks (in order) for creating handles to CCS from
MATLAB.
1 Assuming CCS IDE is not open ( cc_app.exe is not in the Windows Task
Manager), create a handle to CCS (
cc_app.exe appears in the Task
Manager).
cc = ticcs
2 Clear the handle to CC S (cc_app.exe disappea rs from the Task Man a ge r ).
clear cc
3 Wait about two seconds before creating a new handle to CCS.
pause(2);
cc = ticcs
Error Accessing type Proper ty of ticcs Object Having
Size Greater Then 1
When cc is a ticcs object consisting of an array of single ticcs objects such
that
cc
Array of TICCS Objects:
API version : 1.2
Board name : C54x Simulator (Texas Instruments)
Board number : 0
Processor 0 (element 1) : TMS320C5407 (CPU, Not Running)
Processor 0 (element 2) : TMS320C5407 (CPU, Not Running)
you cannot use cc to access the type object. The example syntaxes below
generate errors.
cc.type
B-5