DSP Interface
4-5
Getting the Most From Your EVM
Figure 4−4. CCS Project View
-
The next step is to load the executable program provided into the DSP by
clicking on File
"
Load Program and selecting the file
ADS1605−CXXXX.out from the Debug submenu, where the XXXX in the
filename stands for the platform 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
ADS1605 is issued (dc_rblock() function). This line reads:
/* issue a read block command to the converter */
dc_rblock(&Ads1605_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.