User`s guide
animate
Purpose Run application on proc es sor to breakpo int
Syntax animate(cc)
Description animate(cc) starts the processor application, which runs until it
encounters a breakpoint in the code. At the b reakpoint, application
execution halts and CCS Debugger returns data to CCS IDE to update
all windows that are not connected to probe points. After updating the
display, the application resumes execution and runs until it encounters
another breakpoint. The run-break-resume process continues until you
stop the application from MATLAB software with the
halt function or
from CCS IDE.
When you a re running scripts or files in M ATLA B software, you might
find that
animate provides a useful way to update the CCS IDE with
information as your script or program runs.
Using animate with Multiprocessor Boards
When you use animate with a ticcs object cc that comprises more than
one processor, such as an O M AP processor, the method applies to each
processor in your
cc object. This causes each processor to run a loaded
program just as it does for the s ingle processor case.
See Also halt, restart, run
7-9