⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 animate.m

📁 一个MATLAB的应用程序
💻 M
字号:
function dummy = animate(cc)
%ANIMATE Run application until breakpoint is reached.
%   ANIMATE(CC) is similar to the RUN method. It causes the target 
%   DSP processor to execute until a breakpoint is reached.  The 
%   target is then halted and information in Code Composer Studio(tm) 
%   is updated. However, unlike RUN, the ANIMATE method will resume 
%   execution after the information is updated.  The execution will
%   continue to cycle through break/run phases until the target
%   is manually halted.
%
%   Unlike the RUN or RESTART methods, there is no timeout option 
%   for ANIMATE. This method always returns immediately. If the 
%   DSP execution must be stopped, the user should manually invoke
%   the HALT method.
%
%   See also RUN, HALT, RESTART.

% Copyright 2002 The MathWorks, Inc.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -