Specifications

7-1
Chapter 7
Connecting to I/O Devices
This chapter introduces RTDX and DSP/BIOS techniques for implementing I/O.
In this chapter, you connect a program to an I/O device using RTDX and
DSP/BIOS. You also use the HST, PIP, and SWI modules of the DSP/BIOS API.
This chapter requires a physical board and cannot be carried out using a
software simulator. Also, this chapter requires the DSP/BIOS and RTDX
components of Code Composer Studio.
7.1 Opening and Examining the Project . . . . . . . . . . . . . . . . . . . . . . . . . 72
7.2 Reviewing the C Source Code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 73
7.3 Reviewing the Signalprog Application . . . . . . . . . . . . . . . . . . . . . . . 76
7.4 Running the Application . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77
7.5 Modifying the Source Code to Use Host Channels and Pipes . . . 710
7.6 More about Host Channels and Pipes . . . . . . . . . . . . . . . . . . . . . . . 712
7.7 Adding Channels and an SWI to the Configuration File . . . . . . . . 713
7.8 Running the Modified Program . . . . . . . . . . . . . . . . . . . . . . . . . . . . 717
7.9 Learning More . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 717
Topic Page