TMS320 DSP/BIOS User's Guide - LTH, Lunds Tekniska Högskola

Transcription

TMS320 DSP/BIOSUser’s GuideLiterature Number: SPRU423BNovember 2002

IMPORTANT NOTICETexas Instruments Incorporated and its subsidiaries (TI) reserve the right to make corrections,modifications, enhancements, improvements, and other changes to its products and servicesat any time and to discontinue any product or service without notice. Customers should obtainthe latest relevant information before placing orders and should verify that such information iscurrent and complete. All products are sold subject to TI's terms and conditions of sale suppliedat the time of order acknowledgment.TI warrants performance of its hardware products to the specifications applicable at the time ofsale in accordance with TI's standard warranty. Testing and other quality control techniquesare used to the extent TI deems necessary to support this warranty. Except where mandatedby government requirements, testing of all parameters of each product is not necessarilyperformed.TI assumes no liability for applications assistance or customer product design. Customers areresponsible for their products and applications using TI components. To minimize the risksassociated with customer products and applications, customers should provide adequatedesign and operating safeguards.TI does not warrant or represent that any license, either express or implied, is granted underany TI patent right, copyright, mask work right, or other TI intellectual property right relating toany combination, machine, or process in which TI products or services are used. Informationpublished by TI regarding third party products or services does not constitute a license from TIto use such products or services or a warranty or endorsement thereof. Use of such informationmay require a license from a third party under the patents or other intellectual property of thatthird party, or a license from TI under the patents or other intellectual property of TI.Reproduction of information in TI data books or data sheets is permissible only if reproductionis without alteration and is accompanied by all associated warranties, conditions, limitations,and notices. Reproduction of this information with alteration is an unfair and deceptivebusiness practice. TI is not responsible or liable for such altered documentation.Resale of TI products or services with statements different from or beyond the parametersstated by TI for that product or service voids all express and any implied warranties for theassociated TI product or service and is an unfair and deceptive business practice. TI is notresponsible or liable for any such statements.Mailing Address:Texas InstrumentsPost Office Box 655303Dallas, Texas 75265Copyright 2002, Texas Instruments Incorporated

PrefaceRead This FirstAbout This ManualDSP/BIOS gives developers of mainstream applications on TexasInstruments TMS320 DSP devices the ability to develop embedded real-timesoftware. DSP/BIOS provides a small firmware real-time library and easy-touse tools for real-time tracing and analysis.You should read and become familiar with the TMS320 DSP/BIOS APIReference Guide for your platform. The API reference guide is a companionvolume to this user’s guide.Before you read this manual, you should follow the "Using DSP/BIOS"lessons in the online Code Composer Studio Tutorial. This manual discussesvarious aspects of DSP/BIOS in depth and assumes that you have at least abasic understanding of other aspects of DSP/BIOS as found in the helpsystems.Notational ConventionsThis document uses the following conventions: Program listings, program examples, and interactive displays are shownin a special typeface. Examples use a bold version of thespecial typeface for emphasis; interactive displays use a bold versionof the special typeface to distinguish commands that you enter from itemsthat the system displays (such as prompts, command output, errormessages, etc.).Here is a sample program listing:Void copy(HST Obj *input, HST Obj *output){PIP Obj*in, *out;Uns*src, *dst;Unssize;}iii

Related Documentation From Texas Instruments Square brackets ( [ and ] ) identify an optional parameter. If you use anoptional parameter, you specify the information within the brackets.Unless the square brackets are in a bold typeface, do not enter thebrackets themselves. Throughout this manual, 54 can represent the two-digit numericappropriate to your specific DSP platform. If your DSP platform is C62xbased, substitute 62 each time you see the designation 54. For example,DSP/BIOS assembly language API header files for the C6000 platformwill have a suffix of .h62. For the C2800 platform, the suffix will be .h28.For a C64x, C55x, or C28x DSP platform, substitute 64, 55, or 28 foreach occurrence of 54. Also, each reference to Code Composer StudioC5000 can be substituted with Code Composer Studio C6000 dependingon your DSP platform. Information specific to a particular device is designated with one of thefollowing icons:Related Documentation From Texas InstrumentsThe following books describe TMS320 devices and related support tools. Toobtain a copy of any of these TI documents, call the Texas InstrumentsLiterature Response Center at (800) 477-8924. When ordering, pleaseidentify the book by its title and literature number.TMS320C6000 DSP/BIOS Application Programming Interface (API)Reference Guide (literature number SPRU403) describes the DSP/BIOS APIfunctions, which are alphabetized by name. The API Reference Guide is thecompanion to this user’s guide.TMS320C5000 DSP/BIOS Application Programming Interface (API) Reference Guide (literature number SPRU404) describes the DSP/BIOS API functions, which are alphabetized by name. The API Reference Guide is the companion to this user’s guide.TMS320C28x DSP/BIOS Application Programming Interface (API) ReferenceGuide (literature number SPRU625) describes the DSP/BIOS API functions,which are alphabetized by name. The API Reference Guide is the companionto this user’s guide.DSP/BIOS Driver Developer's Guide (literature number SPRU616) describesthe IOM model for device driver development and integration into DSP/BIOSapplications.iv

Related Documentation From Texas InstrumentsTMS320C54x Assembly Language Tools User’s Guide (literature numberSPRU102) describes the assembly language tools (assembler, linker, andother tools used to develop assembly language code), assembler directives,macros, common object file format, and symbolic debugging directives for theC5000 generation of devices.TMS320C55x Assembly Language Tools User’s Guide (literature numberSPRU280) describes the assembly language tools (assembler, linker, andother tools used to develop assembly language code), assembler directives,macros, common object file format, and symbolic debugging directives for theC5000 generation of devices.TMS320C6000 Assembly Language Tools User's Guide (literature numberSPRU186) describes the assembly language tools (assembler, linker, andother tools used to develop assembly language code), assembler directives,macros, common object file format, and symbolic debugging directives for theC5000 generation of devices.TMS320C2000 Assembly Language Tools User's Guide (literature numberSPRU513) describes the assembly language tools (assembler, linker, andother tools used to develop assembly language code), assembler directives,macros, common object file format, and symbolic debugging directives for theC2000 generation of devices.TMS320C54x Optimizing C Compiler User’s Guide (literature numberSPRU103) describes the C54x C compiler. This C compiler accepts ANSIstandard C source code and produces TMS320 assembly language sourcecode for the C54x generation of devices.TMS320C55x Optimizing C Compiler User’s Guide (literature numberSPRU281) describes the C55x C compiler. This C compiler accepts ANSIstandard C source code and produces TMS320 assembly language sourcecode for the C55x generation of devices.TMS320C6000 Optimizing C Compiler User's Guide (literature numberSPRU187) describes the C6000 C/C compiler and the assembly optimizer.This C/C compiler accepts ANSI standard C/C source code and produces assembly language source code for the C6000 generation of devices. Theassembly optimizer helps you optimize your assembly code.TMS320C2000 Optimizing C/C Compiler User's Guide (literature numberSPRU514) describes the C2000 C/C compiler and the assembly optimizer.This C/C compiler accepts ANSI standard C/C source code and produces assembly language source code for the C2000 generation of devices. Theassembly optimizer helps you optimize your assembly code.Read This Firstv

Related Documentation From Texas InstrumentsTMS320C55x Programmer's Guide (literature number SPRU376) describesways to optimize C and assembly code for the TMS320C55x DSPs andincludes application program examples.TMS320C6000 Programmer's Guide (literature number SPRU189) describesthe C6000 CPU architecture, instruction set, pipeline, and interrupts for thesedigital signal processors.TMS320C54x DSP Reference Set, Volume 1: CPU and Peripherals (literaturenumber SPRU131) describes the TMS320C54x 16-bit fixed-point generalpurpose digital signal processors. Covered are its architecture, internal registerstructure, data and program addressing, the instruction pipeline, and on-chipperipherals. Also includes development support information, parts lists, anddesign considerations for using the XDS510 emulator.TMS320C54x DSP Enhanced Peripherals Ref Set, Vol 5 (literature numberSPRU302) describes the enhanced peripherals available on theTMS320C54x digital signal processors. Includes the multi channel bufferedserial ports (McBSPs), direct memory access (DMA) controller, interprocesorcommunications, and the HPI-8 and HPI-16 host port interfaces.TMS320C54x DSP Mnemonic Instruction Set Reference Set Volume 2(literature number SPRU172) describes the TMS320C54x digital signalprocessor mnemonic instructions individually. Also includes a summary ofinstruction set classes and cycles.TMS320C54x DSP Reference Set, Volume 3: Algebraic Instruction Set(literature number SPRU179) describes the TMS320C54x digital signalprocessor algebraic instructions individually. Also includes a summary ofinstruction set classes and cycles.TMS320C6000 Peripherals Reference Guide (literature number SPRU190)describes common peripherals available on the TMS320C6000 family ofdigital signal processors. This book includes information on the internal dataand program memories, the external memory interface (EMIF), the host port,multichannel buffered serial ports, direct memory access (DMA), clocking andphase-locked loop (PLL), and the power-down modes.TMS320C54x Code Composer Studio Tutorial Online Help (literature numberSPRH134) introduces the Code Composer Studio integrated developmentenvironment and software tools. Of special interest to DSP/BIOS users arethe Using DSP/BIOS lessons.vi

Related DocumentationTMS320C55x Code Composer Studio Tutorial Online Help (literature numberSPRH097) introduces the Code Composer Studio integrated developmentenvironment and software tools. Of special interest to DSP/BIOS users arethe Using DSP/BIOS lessons.TMS320C6000 Code Composer Studio Tutorial Online Help (literature numberSPRH125) introduces the Code Composer Studio integrated developmentenvironment and software tools. Of special interest to DSP/BIOS users arethe Using DSP/BIOS lessons.Code Composer Studio Application Program Interface (API) ReferenceGuide (literature number SPRU321) describes the Code Composer Studioapplication programming interface, which allows you to program customanalysis tools for Code Composer Studio.DSP/BIOS and TMS320C54x Extended Addressing (literature numberSPRA599) provides basic run-time services including real-time analysis functions for instrumenting an application, clock and periodic functions, I/O modules, and a preemptive scheduler. It also describes the far model for extendedaddressing, which is available on the TMS320C54x platform.TMS320C6000 Chip Support LIbrary API Reference Guide (literature numberSPRU401) contains a reference for the Chip Support Library (CSL) applicationprogramming interfaces (APIs). The CSL is a set of APIs used to configureand control all on-chip peripherals.TMS320C28x DSP CPU and Instruction Reference Guide (literature numberSPRU430).Related DocumentationYou can use the following books to supplement this reference guide:The C Programming Language (second edition), by Brian W. Kernighanand Dennis M. Ritchie, published by Prentice-Hall, Englewood Cliffs, NewJersey, 1988Programming in C, Kochan, Steve G., Hayden Book CompanyProgramming Embedded Systems in C and C , by Michael Barr, AndyOram (Editor), published by O'Reilly & Associates; ISBN: 1565923545,February 1999Real-Time Systems, by Jane W. S. Liu, published by Prentice Hall; ISBN:013099651, June 2000Read This Firstvii

TrademarksPrinciples of Concurrent and Distributed Programming (Prentice HallInternational Series in Computer Science), by M. Ben-Ari, published byPrentice Hall; ISBN: 013711821X, May 1990American National Standard for Information Systems-ProgrammingLanguage C X3.159-1989, American National Standards Institute (ANSIstandard for C); (out of print)TrademarksMS-DOS, Windows, and Windows NT are trademarks of MicrosoftCorporation.The Texas Instruments logo and Texas Instruments are registeredtrademarks of Texas Instruments. Trademarks of Texas Instruments include:TI, XDS, Code Composer, Code Composer Studio, Probe Point, CodeExplorer, DSP/BIOS, RTDX, Online DSP Lab, BIOSuite, SPOX, TMS320,TMS320C54x, TMS320C55x, TMS320C62x, TMS320C64x, TMS320C67x,TMS320C28x, TMS320C5000, TMS320C6000 and TMS320C2000.All other brand or product names are trademarks or registered trademarks oftheir respective companies or organizations.viii

Contents1About DSP/BIOS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .1-1DSP/BIOS is a scalable real-time kernel. It is designed for applications that require real-timescheduling and synchronization, host-to-target communication, or real-time instrumentation. DSP/BIOS provides preemptive multi-threading, hardware abstraction, real-time analysis, and configuration tools.1.1DSP/BIOS Features and Benefits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .1-21.2DSP/BIOS Components . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .1-41.3Naming Conventions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .1-101.4For More Information . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .1-162Program Generation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .2-1This chapter describes the process of generating programs with DSP/BIOS. It also explains whichfiles are generated by DSP/BIOS components and how they are used.2.1Development Cycle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .2-22.2Using the Configuration Tool . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .2-32.3Files Used to Create DSP/BIOS Programs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .2-122.4Compiling and Linking Programs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .2-142.5Using DSP/BIOS with the Run-Time Support Library. . . . . . . . . . . . . . . . . . . . . . . . . .2-182.6DSP/BIOS Startup Sequence. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .2-202.7Using C with DSP/BIOS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .2-242.8User Functions Called by DSP/BIOS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .2-272.9Calling DSP/BIOS APIs from Main . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .2-283Instrumentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .3-1DSP/BIOS provides both explicit and implicit ways to perform real-time program analysis. Thesemechanisms are designed to have minimal impact on the application’s real-time performance.3.1Real-Time Analysis. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .3-23.2Instrumentation Performance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .3-43.3Instrumentation APIs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .3-73.4Implicit DSP/BIOS Instrumentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .3-193.5Kernel/Object View Debugger . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .3-293.6Instrumentation for Field Testing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .3-383.7Real-Time Data Exchange . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .3-38ix

Contents4Thread Scheduling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4-1This chapter describes the types of threads a DSP/BIOS program can use, their behavior, andtheir priorities during program execution.4.1Overview of Thread Scheduling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4-24.2Hardware Interrupts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4-114.3Software Interrupts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4-264.4Tasks. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4-404.5The Idle Loop . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4-534.6Semaphores . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4-554.7Mailboxes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4-614.8Timers, Interrupts, and the System Clock . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4-674.9Periodic Function Manager (PRD) and the System Clock . . . . . . . . . . . . . . . . . . . . . 4-744.10 Using the Execution Graph to View Program Execution . . . . . . . . . . . . . . . . . . . . . . . 4-785Memory and Low-level Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5-1This chapter describes the low-level functions found in the DSP/BIOS real-time multitasking kernel. These functions are embodied in three software modules: MEM, which manages allocation ofmemory; SYS, which provides miscellaneous system services; and QUE, which managesqueues.5.1Memory Management . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5-25.2System Services . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5-115.3Queues . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5-146Input/Output Overview and Pipes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6-1This chapter provides an overview on data transfer methods, and discusses pipes in particular.6.1I/O Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6-26.2Comparing Pipes and Streams . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6-56.3Data Pipe Manager (PIP Module) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6-66.4Host Channel Manager (HST Module) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6-136.5I/O Performance Issues . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6-157Streaming I/O and Device Drivers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-1This chapter describes issues relating to writing and using device drivers, and gives several programming examples.7.1Overview of Streaming I/O and Device Drivers. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-27.2Creating and Deleting Streams . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-57.3Stream I/O—Reading and Writing Streams . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-77.4Stackable Devices. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-167.5Controlling Streams. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-237.6Selecting Among Multiple Streams . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-247.7Streaming Data to Multiple Clients . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-257.8Streaming Data Between Target and Host . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-277.9Device Driver Template. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-287.10 Streaming DEV Structures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-307.11 Device Driver Initialization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-337.12 Opening Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-34x

Contents7.137.147.157.167.17Real-Time I/O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .7-38Closing Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .7-41Device Control . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .7-43Device Ready . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .7-43Types of Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .7-46Contentsxi

3-183-193-203-21xiiDSP/BIOS Components .1-4Configuration Tool Interface.1-7The DSP/BIOS Menu .1-8Code Composer Studio Analysis Tool Panels .1-9DSP/BIOS Analysis Tools Toolbar .1-9Configuration Tool Hierarchy and Ordered Collection Views.2-6DSP/BIOS Program Creation Files.2-12Sample Code Composer Project Files List.2-14MEM Module Properties Panel .2-15Message Log Dialog Box.3-8LOG Buffer Sequence .3-9RTA Control Panel Properties Dialog Box. .3-10Statistics View Panel . 3-11Target/Host Variable Accumulation.3-12Current Value Deltas From One STS set.3-14Current Value Deltas from Base Value .3-15RTA Control Panel Dialog Box.3-18Execution Graph Window .3-19CPU Load Graph Window .3-21Monitoring Stack Pointers (C5000 platform).3-23Monitoring Stack Pointers (C6000 platform) .3-24Calculating Used Stack Depth.3-25Selecting The Kernel/Object View Debugger.3-29The Disabled Message .3-30The Kernel Page Dialog Box .3-30The Task Page Dialog Box .3-31The Mailboxes Page Dialog Box .3-32Viewing a List of Tasks Currently Blocked .3-33The Semaphores Page Dialog Box .3-34Viewing a List of Tasks Pending .3-35

235-15-25-36-16-26-36-47-17-27-37-47-57-6The Memory Page Dialog Box . 3-35The Software Interrupts Page Dialog Box. 3-36RTDX Data Flow between Host and Target . 3-40Thread Priorities. 4-7Preemption Scenario . 4-10The Interrupt Sequence in Debug Halt State . 4-15The Interrupt Sequence in the Run-time State . 4-17Software Interrupt Manager . 4-28SWI Properties Dialog Box . 4-29Using SWI inc to Post an SWI . 4-33Using SWI andn to Post an SWI . 4-34Using SWI or to Post an SWI. 4-35Using SWI dec to Post an SWI . 4-36Right Side of Task Manager Display . 4-43TSK Properties Dialog Box . 4-44Execution Mode Variations . 4-45Trace Window Results from Example 4-8 . 4-52Execution Graph for Example 4-8. 4-52Trace Window Results from Example 4-12 . 4-60Trace Window Results from Example 4-16 . 4-65Interactions Between Two Timing Methods . 4-67CLK Manager Properties Dialog Box . 4-68Trace Log Output from Example 4-17. 4-73Using Statistics View for a PRD Object . 4-77The Execution Graph Window . 4-78RTA Control Panel Dialog Box . 4-80Allocating Memory Segments of Different Sizes . 5-7Memory Allocation Trace Window. 5-10Trace Window Results from Example 5-18 . 5-18Input/Output Stream .

multichannel buffered serial ports, direct memory access (DMA), clocking and phase-locked loop (PLL), and the power-down modes. TMS320C54x Code Composer Studio Tutorial Online Help (literature number SPRH134) introduces the Code Composer Studio integrated development environment and software tools. Of special interest to DSP/BIOS users are