Specifications

6-1
Chapter 6
Analyzing Real-Time Behavior
This chapter introduces techniques for analyzing and correcting real-time
program behavior.
In this chapter, you analyze real-time behavior and correct scheduling
problems using the example from Chapter 5. You use RTDX (Real-Time Data
Exchange) to make real-time changes to the target, use DSP/BIOS periodic
functions, and set software interrupt priorities.
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.
6.1 Opening and Examining the Project . . . . . . . . . . . . . . . . . . . . . . . . . 62
6.2 Modifying the Configuration File . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63
6.3 Reviewing the Source Code Changes . . . . . . . . . . . . . . . . . . . . . . . . 65
6.4 Using the RTDX Control to Change the Load at Run Time . . . . . . . 67
6.5 Modifying Software Interrupt Priorities . . . . . . . . . . . . . . . . . . . . . . 611
6.6 Things to Try . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 612
6.7 Learning More . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 613
Topic Page