User`s guide
visible
For more information about visibility and CCS, refer to “Running Code
Composer Studio Software on Your Desktop — Visibility” on page 2-6.
Examples Test to see whether CCS IDE is running. Then change the visibility
and check again. Start CCS IDE. T he n open MATLAB software an d
at the prompt, enter
cc=ticcs;
MATLAB software creates a link to CCS IDE and leaves CCS IDE
visible on your desktop.
isvisible(cc)
ans =
1
Now, change the visibility state to 0, or invisible, and check the state.
visible(cc,0)
isvisible(cc)
ans =
0
Notice that CCS IDE is not visible on your d es kto p. Recall that
MATLAB software did not open CCS IDE. When you close MATLAB
software with CCS IDE in this invisible state, CCS IDE remains
running in the background. To close it, do one of the following
operations.
• Start MATLAB software. Create a new link to CCS IDE. Use the new
link to make CCS IDE visible. Close CCS IDE.
• Open Microsoft Windows Task Manager. Click Processes.Findand
highlight
cc_app.exe.ClickEnd Task.
See Also isvisible, load
7-158