DSP Interface
4-5
Getting the Most From Your EVM
Figure 4−4. CCS Project View
-
Next, load the executable program provided into the DSP by clicking on
File
"
Load Program and selecting the file ADS1625−CXXXX.out from
the Debug submenu, where the XXXX in the filename stands for the plat-
form you use (5510, 6711, 6713, 6416).
-
Now open the main.c source file by double-clicking on the file name in the
project view and scroll down to the line, where the read command for the
ADS1625 is issued (dc_rblock() function). This line reads:
/* issue a read block command to the converter */
dc_rblock(&Ads1625_1, /* data converter object */
r_buffer, /* address of the target buffer */
BUFFER_SIZE, /* size of the target buffer */
0); /* no callback function */
-
Set the cursor in front of the dc_rblock() command and right click in this
line. A new pop-up menu opens; select Insert Graph.
All manuals and user guides at all-guides.com