User`s guide

halt
ans =
1
cc.isrunning % Alternate syntax for checking the run status.
ans =
1
halt(cc) % Stop the running application on the processor.
isrunning(cc)
ans =
0
Issuing the halt stopped the process on the processor. Checking in CCS
IDE shows that the process has stopped.
See Also ticcs, isrunning, run
7-58