Digital Signal Processing Reference
In-Depth Information
FIGURE 1.5. CCS windows for project sine8_LED .
in the C source file sine8_LED.c. If it is not displayed, double-click on it
(from the Files window).
2. Select Project
Build to perform an incremental build or use the toolbar
with the two (not three) arrows. The incremental build is chosen so that only
the C source file sine8_LED.c is compiled. With the Rebuild option (toolbar
with three arrows), files compiled and/or assembled previously would again
go through this unnecessary process.
3. An error message, highlighted in red, stating that a “;” is expected, should
appear in the Build window of CCS (lower left). You may need to scroll up
the Build window for a better display of this error message. Double-click on
the highlighted error message line. This should bring the cursor to the section
of code where the error occurs. Make the appropriate correction, Build again,
load, and run the program to verify your previous results.
Æ
Monitoring the Watch Window
Verify that the processor is still running (and dip switch #0 is pressed) . Note the
indicator “DSP RUNNING” at the bottom left of CCS. The Watch window allows
you to change the value of a parameter or to monitor a variable:
Search WWH ::




Custom Search