User`s guide
2 Automation Interface
4 Type linkinfo = info(cc).
The
cc link status information provides information about the hardware as
follows:
linkinfo =
boardname: 'C6711 Device Simulator'
procname: 'CPU_1'
isbigendian: 0
family: 320
subfamily: 103
revfamily: 11
processortype: 'simulator'
revsilicon: 0
timeout: 10
5 Check whether the processorisrunningbyentering
runstatus = isrunning(cc)
MATLAB software responds, indicating that the processor is stopped, as
follows:
runstatus =
0
6 At last, verify that the processor s up p orts RTDX com m u nica tion s by
entering
usesrtdx = isrtdxcapable(cc)
usesrtdx =
1
Loading Files into CCS
You have established the connection to a processor and board. U sing three
methods you learned about the hardware, whether it was running, its type,
and whether CCS ID E w as visible. Next, the processor needs so mething to do.
2-10