Specifications

Animating the Program and Graphs
Testing Algorithms and Data from a File
4-11
buffer contains the values just read from sine.dat, while the output buffer
contains the last set of values processed by the processing function.
Note: Target Halts at Probe Points
Code Composer Studio briefly halts the target whenever it reaches a Probe
Point. Therefore, the target application may not meet real-time deadlines if
you are using Probe Points. At this stage of development, you are testing
the algorithm. Later, you analyze real-time behavior using RTDX and
DSP/BIOS.
The graphs can also be updated using only Probe Points and the Run
command. See section 4.10, page 4-18 at the end of this chapter to try
animating the graphs using Probe Points only.