2-1
Chapter 2
Program Generation
This chapter describes the process of generating programs with DSP/BIOS.
It also explains which files are generated by DSP/BIOS components and how
they are used.
2.1 Creating and Building a CCSv4 Project for DSP/BIOS Applications 2-2
2.2 Converting CCSv3.3 Projects to CCSv4 Projects . . . . . . . . . . . . . . 2-10
2.3 Configuring DSP/BIOS Applications Statically . . . . . . . . . . . . . . . . 2-11
2.4 Creating DSP/BIOS Objects Dynamically . . . . . . . . . . . . . . . . . . . . 2-16
2.5 Files Used to Create DSP/BIOS Programs. . . . . . . . . . . . . . . . . . . . 2-18
2.6 Using Makefiles to Build Applications. . . . . . . . . . . . . . . . . . . . . . . 2-20
2.7 Using DSP/BIOS with the Run-Time Support Library. . . . . . . . . . . 2-22
2.8 DSP/BIOS Startup Sequence . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-24
2.9 Using C++ with DSP/BIOS. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-28
2.10 User Functions Called by DSP/BIOS . . . . . . . . . . . . . . . . . . . . . . . . 2-31
2.11 Calling DSP/BIOS APIs from Main . . . . . . . . . . . . . . . . . . . . . . . . . . 2-32
Topic Page