MOTOROLA DSP SIMULATOR REFERENCE MANUAL

2y ago
75 Views
4 Downloads
1.53 MB
252 Pages
Last View : 1m ago
Last Download : 3m ago
Upload by : Josiah Pursley
Transcription

MOTOROLA DIGITAL SIGNAL PROCESSINGDEVELOPMENT SOFTWAREMOTOROLA DSPSIMULATOR REFERENCE MANUALMotorola, IncorporatedSemiconductor Products SectorDSP Division6501 William Cannon Drive WestAustin, TX, 78735-8598

This document contains information on a new product. Specification and informationherein are subject to change without notice. Motorola reserves the right to make changeswithout further notice to any products described in this document to improve reliability,function, or design. Motorola does not assume any liability arising out of the applicationor use of any product or circuit described herein, neither does it convey any license underits patent rights or the rights of others. Motorola is a registered trademark of Motorola,Inc. Motorola, Inc. is an Equal Employment/Affirmative Action Employer. Copyright Motorola, Inc. 1995. All rights reserved.ASM56000, SIM56000, ASM96000, SIM96000, ASM56100, and SIM56100 are trademarks of Motorola.IBM, XT, AT, and PC-DOS are trademarks of International Business Machines Corporation.MS-DOS is a trademark of Microsoft Corporation.VAX and VMS are trademarks of Digital Equipment Corporation.UNIX is a trademark of AT&T Bell Laboratories.Macintosh and MPW are trademarks of Apple Computer.

TABLE OF CONTENTSTABLE OF CONTENTS1.11.21.31.41.51.61.7Chapter 1DSP SIMULATORINTRODUCTION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-1FEATURES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-1OPERATING ENVIRONMENT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-2RUNNING THE SIMULATOR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-3USER INTERFACE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-3COMMAND ENTRY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-4DISPLAY MODES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-52.12.1.12.1.22.1.32.1.42.1.52.22.2.12.32.3 .12.3 .22.3 .32.3 .42.3 .52.3 .62.3 .7Chapter 2SIMULATOR COMMANDSCOMMAND OVERVIEW . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-1Memory/Register Modification . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-1File I/O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-1Simulation Execution Control . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-1C Source Code Debug Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-2Miscellaneous Tasks. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-2COMMAND SYNTAX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-2Expanded Syntax for Command Parameters . . . . . . . . . . . . . . . . . . . . . 2-3COMMAND SUMMARY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-5ASM: Single Line Interactive Assembler. . . . . . . . . . . . . . . . . . . . . . . . . 2-8BREAK: Set, Modify, or Clear Breakpoint. . . . . . . . . . . . . . . . . . . . . . . 2-10CHANGE: Change Register or Memory Value . . . . . . . . . . . . . . . . . . . 2-13COPY: Copy a Memory Block. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-15DEVICE: Multiple Device Simulation . . . . . . . . . . . . . . . . . . . . . . . . . . 2-16DISASSEMBLE: Object Code Disassembler . . . . . . . . . . . . . . . . . . . . 2-17DISPLAY: Display Register or Memory . . . . . . . . . . . . . . . . . . . . . . . . 2-18MOTOROLADSP SIMULATOR REFERENCE MANUALv

Table of ContentsSimulator Commands2.3 .82.3 .92.3 .102.3 .112.3 .122.3 .132.3 .142.3 .152.3 .162.3 .172.3 .182.3 .192.3 .202.3 .212.3 .222.3 .232.3 .242.3 .252.3 .262.3 .272.3 .282.3 .292.3 .302.3 .312.3 .322.3 .332.3 .342.3 .352.3 .362.3 .372.3 .382.3 .392.3 .402.3 .412.3 .422.3 .43viDOWN: Move Down the C Function Call Stack. . . . . . . . . . . . . . . . . . . 2-20EVALUATE: Evaluate an Expression . . . . . . . . . . . . . . . . . . . . . . . . . . 2-21FINISH: Step Until End of Current Subroutine. . . . . . . . . . . . . . . . . . . . 2-22FRAME: Select C Function Call Stack Frame . . . . . . . . . . . . . . . . . . . . 2-23GO: Execute DSP Program . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-24HELP: Simulator Help Text . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-25HISTORY: Disassemble Previously Executed Instruction . . . . . . . . . . . 2-26INPUT: Assign Input File . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-27LIST: List Source File Lines. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-29LOAD: Load DSP Files or Configuration . . . . . . . . . . . . . . . . . . . . . . . . 2-30LOG: Log Commands, Session, Profile. . . . . . . . . . . . . . . . . . . . . . . . . 2-31MORE- Enable/Disable session paging control. . . . . . . . . . . . . . . . . . . 2-33NEXT: Step Over Subroutine Calls or Macros. . . . . . . . . . . . . . . . . . . . 2-34OUTPUT: Assign Output File. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-35PATH: Specify Default Pathname . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-37QUIT: Quit Simulator Session . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-38RADIX: Change Input or Display Radix . . . . . . . . . . . . . . . . . . . . . . . . . 2-39REDIRECT: Redirect stdin/stdout/stderr for C Programs . . . . . . . . . . . 2-40RESET: Reset Device or State . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-41SAVE: Save Simulator File . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-42STEP: Step Through DSP Program . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-43STREAMS: Enable/Disable Handling of I/O for C Programs. . . . . . . . . 2-44SYSTEM: Execute System Command . . . . . . . . . . . . . . . . . . . . . . . . . 2-45TRACE: Trace Through DSP Program . . . . . . . . . . . . . . . . . . . . . . . . . 2-46TYPE: Display the Result Type of C Expression . . . . . . . . . . . . . . . . . . 2-47UNLOCK: Unlock Password Protected Device Type. . . . . . . . . . . . . . . 2-48UNTIL: Step Until Address. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-49UP: Move Up the C Function Call Stack . . . . . . . . . . . . . . . . . . . . . . . . 2-50VIEW: Select Display Mode. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-51WAIT: Wait Specified Time . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-52WASM: GUI Assembly window . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-53WATCH: Set, Modify, View, or Clear Watch Item . . . . . . . . . . . . . . . . . 2-54WBREAKPOINT: GUI Breakpoint window. . . . . . . . . . . . . . . . . . . . . . . 2-55WCALLS: GUI C Calls Stack window . . . . . . . . . . . . . . . . . . . . . . . . . . 2-56WCOMMAND: GUI Command window . . . . . . . . . . . . . . . . . . . . . . . . . 2-57WHERE: GUI C Calls Stack window . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-58DSP SIMULATOR REFERENCE MANUALMOTOROLA

Table of ContentsDevice I/O and Peripheral Simulation2.3 .442.3 .452.3 .462.3 .472.3 .482.3 .492.3 .502.3 .512.3 .522.42.4.12.4.22.4.32.4.42.4.5WINPUT: GUI File Input window. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-59WLIST: GUI list window . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-60WMEMORY: GUI Memory window . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-61WOUTPUT: GUI File Output window . . . . . . . . . . . . . . . . . . . . . . . . . . 2-62WREGISTER: GUI Register window . . . . . . . . . . . . . . . . . . . . . . . . . . 2-63WSESSION: GUI session window . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-64WSOURCE: GUI Source window . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-65WSTACK: GUI Stack window . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-66WWATCH: GUI watch window . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-67DEBUGGING C PROGRAMS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-68C Debug Features. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-68C Expressions. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-68Restrictions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-69Compiling a Program for Debugging. . . . . . . . . . . . . . . . . . . . . . . . . . . 2-69C Debugging Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-693.13.23.2.13.2.23.2.33.2 .43.2 .53.2 .63.2 .73.2 .8Chapter 3DEVICE I/O AND PERIPHERAL SIMULATIONINTRODUCTION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3-1I/O FILE CONTENTS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3-1I/O File Repeat Punctuation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3-1I/O COMMENT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3-2I/O File Timing Information . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3-2I/O File Peripheral Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3-3I/O File Port Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3-4I/O File Memory Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3-5I/O File Pin or Pin Group Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3-7Terminal Input of Data Values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3-84.14.2Chapter 4SIMULATOR MEMORY CONFIGURATIONINTRODUCTION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4-1SIMULATOR DEFAULT MEMORY CONFIGURATION . . . . . . . . . . . . . . . 4-15.15.2Chapter 5EXPRESSIONSINTRODUCTION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5-1MEMORY SPACE SYMBOLS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5-1MOTOROLADSP SIMULATOR REFERENCE MANUALvii

Table of ContentsDSP Object Module 6 .65.7REGISTER NAME SYMBOLS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5-1ASSEMBLER DEBUG SYMBOLS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5-2CONSTANTS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5-4Numeric Constants . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5-4OPERATORS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5-5Unary operators: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5-5Arithmetic operators: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5-5Bitwise operators (binary): . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5-6Shift operators (binary): . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5-6Relational operators: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5-6Logical operators: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5-7OPERATOR PRECEDENCE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5-76.16.2Chapter 6DSP OBJECT MODULE FORMATINTRODUCTION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6-1RECORD DEFINITIONS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6-27.17.27.2 .17.2 .27.2 .37.2 .47.2 .57.2 .67.2 .77.2 .87.2 .97.2 .107.2 .117.2 .127.2 .137.2 .147.2 .15Chapter 7C LIBRARY FUNCTIONSINTRODUCTION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-1SIMULATOR OBJECT LIBRARY ENTRY POINTS . . . . . . . . . . . . . . . . . . . 7-2dspt masm xxxxx: Assemble DSP Mnemonic . . . . . . . . . . . . . . . . . . . . 7-4dspt unasm xxxxx: Disassemble DSP Mnemonics . . . . . . . . . . . . . . . . 7-5dsp exec: Execute Single Device Clock Cycle . . . . . . . . . . . . . . . . . . . . 7-6dsp findmem: Get Map Index for Memory Prefix . . . . . . . . . . . . . . . . . . 7-7dsp findpin: Get Pin Number for Pin Name. . . . . . . . . . . . . . . . . . . . . . . 7-8dsp findport: Get Port Number and Mask for Port Name . . . . . . . . . . . . 7-9dsp findreg: Get Peripheral and Register Index for Register Name . . . 7-10dsp free: Free a Device Structure. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-11dsp fmem: Fill Memory Block with a Value . . . . . . . . . . . . . . . . . . . . . . 7-12dsp init: Initialize a Single DSP Device Structure . . . . . . . . . . . . . . . . . 7-13dsp ldmem: Load DSP Memory from OMF File . . . . . . . . . . . . . . . . . . 7-14dsp load: Load All DSP Structures from State File . . . . . . . . . . . . . . . . 7-15dsp new: Create New DSP Device Structure . . . . . . . . . . . . . . . . . . . . 7-16dsp path: Construct Filename. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-17dsp rapin: Read DSP Analog Pin State . . . . . . . . . . . . . . . . . . . . . . . . 7-18viiiDSP SIMULATOR REFERENCE MANUALMOTOROLA

Table of ContentsC Library Functions7.2 .167.2 .177.2 .187.2 .197.2 .207.2 .217.2 .227.2 .237.2 .247.2 .257.2 .267.2 .277.2 .287.2 .297.2 .307.37.3 .17.3 .27.3 .37.3 .47.3 .57.3 .67.3 .77.3 .87.3 .97.3 .107.47.4 .17.4.27.4.37.4.47.4.57.4.67.4.77.4.87.4.9dsp rmem: Read DSP Memory Location . . . . . . . . . . . . . . . . . . . . . . . 7-19dsp rpin: Read DSP Pin State . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-20dsp rport: Read DSP Port State. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-21dsp rreg: Read a DSP Device Register . . . . . . . . . . . . . . . . . . . . . . . . 7-22dsp save: Save All DSP Structures to State File . . . . . . . . . . . . . . . . . 7-23dsp startup: Initialize DSP Structures . . . . . . . . . . . . . . . . . . . . . . . . . 7-24dsp unlock: Unlock Password Protected Device Type. . . . . . . . . . . . . 7-25dsp wapin: Write DSP Analog Pin State . . . . . . . . . . . . . . . . . . . . . . . 7-26dsp wmem: Write DSP Memory Location . . . . . . . . . . . . . . . . . . . . . . 7-27dsp wpin: Write DSP Pin State . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-28dsp wport: Write DSP Port State . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-29dsp wreg: Write a DSP Device Register . . . . . . . . . . . . . . . . . . . . . . . 7-30sim docmd: Execute Simulator User Interface Command . . . . . . . . . . 7-31sim gmcmd: Get Command String from Macro File. . . . . . . . . . . . . . . 7-32sim gtcmd: Get Command String from Terminal . . . . . . . . . . . . . . . . . 7-33SIMULATOR EXTERNAL MEMORY FUNCTIONS . . . . . . . . . . . . . . . . . 7-34dsp alloc: Allocate Simulator Program Memory . . . . . . . . . . . . . . . . . . 7-35dspl xmend: End DSP External Memory Access . . . . . . . . . . . . . . . . . 7-36dspl xmfree: Free DSP Device External Memory . . . . . . . . . . . . . . . . 7-37dspl xminit: Initialize DSP Device External Memory . . . . . . . . . . . . . . 7-38dspl xmload: Load DSP External Memory from State File. . . . . . . . . . 7-39dspl xmnew: Create New External Memory Structure . . . . . . . . . . . . . 7-40dspl xmrd: Read DSP External Memory Location . . . . . . . . . . . . . . . . 7-41dspl xmsave: Save DSP External Memory to State File . . . . . . . . . . . 7-42dspl xmstart: Start DSP External Memory Access. . . . . . . . . . . . . . . . 7-43dspl xmwr: Write DSP External Memory Location . . . . . . . . . . . . . . . . 7-44SIMULATOR SCREEN MANAGEMENT FUNCTIONS . . . . . . . . . . . . . . . 7-45simw ceol: Clear to End of Line . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-46simw ctrlbr: Check for CTRL-C Signal . . . . . . . . . . . . . . . . . . . . . . . . . 7-46simw cursor: Move Cursor to Specified Line and Column . . . . . . . . . . 7-46simw endwin: End Simulator Window . . . . . . . . . . . . . . . . . . . . . . . . . 7-46simw getch: Non-translated Keyboard Input . . . . . . . . . . . . . . . . . . . . 7-46simw gkey: Translated Keyboard Input . . . . . . . . . . . . . . . . . . . . . . . . 7-47simw putc: Output Character to Terminal . . . . . . . . . . . . . . . . . . . . . . 7-47simw puts: Output String to Terminal. . . . . . . . . . . . . . . . . . . . . . . . . . 7-47simw redo: Repaint Screen With Output From Device . . . . . . . . . . . . 7-47MOTOROLADSP SIMULATOR REFERENCE MANUALix

Table of ContentsDevice-Dependent 7.5 .17.5.27.5 .37.5.47.67.6.17.6.27.6 .37.6.47.6 .57.77.87.9simw redraw: Redraw Screen After Scroll Count . . . . . . . . . . . . . . . . 7-48simw refresh: Screen Update After Buffering Output . . . . . . . . . . . . . 7-48simw scrnest: Increase Screen Buffering One Level . . . . . . . . . . . . . 7-48simw unnest: Decrease Screen Buffering One Level . . . . . . . . . . . . . 7-48simw winit: Initialize Window Parameters . . . . . . . . . . . . . . . . . . . . . . 7-48simw wscr: Write String and Perform Logging . . . . . . . . . . . . . . . . . . 7-49NON-DISPLAY SIMULATOR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-50Creating a New Device . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-51Loading Program Code or Device State . . . . . . . . . . . . . . . . . . . . . . . 7-51Executing Device Cycles . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-52Testing Breakpoint Conditions. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-52MULTIPLE DEVICE SIMULATION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-53Allocation and Initialization of Multiple Devices . . . . . . . . . . . . . . . . . . 7-53Interleaving Multiple DSP Simulations. . . . . . . . . . . . . . . . . . . . . . . . . 7-53External Memory Definition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-54Multiple DSP Pin Interconnections . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-54Multiple DSP Simulator Display . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-55RESERVED FUNCTION NAMES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-56SIMULATOR GLOBAL VARIABLES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-57MODIFICATION OF SIMULATOR GLOBAL STRUCTURES . . . . . . . . . . 7-588.18.28.38.48.58.68.7Chapter 8DEVICE-DEPENDENT INFORMATIONINTRODUCTION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8-1SIMULATOR NAMES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8-1DEVICE NAMES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8-1C OBJECT LIBRARIES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8-1OPERATING MODES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8-2PERIPHERAL I/O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8-2MODIFICATION OF DEVICE GLOBAL STRUCTURES . . . . . . . . . . . . . . . 8-39.19.1.19.1.29.1.3Chapter 9GRAPHICAL USER INTERFACEINTRODUCTION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9-1Target Audience . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9-1Host System Requirements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9-

MOTOROLA DIGITAL SIGNAL PROCESSING DEVELOPMENT SOFTWARE MOTOROLA DSP SIMULATOR REFERENCE MANUAL Motorola, Incorporated Semiconductor Products Sector DSP Divis

Related Documents:

Component Dsp codec wrapper Component Dsp render. HIFI4 Core. Dsp codecs. SAI/ESAI/DMA DAC. Figure 2. Software architecture for DSP processor The DSP-related code includes the DSP framework, DSP remoteproc driver, DSP wrapper, unit test, DSP codec wrapper, and DSP codec. The DSP framework is a firmware code which runs on the DSP core.

DSP56800 Family Manual. Motorola, Inc. 1996. Motorola DSP Simulator Reference Manual. Motorola, Inc. 1996. Motorola DSP Assembler Reference Manual. Motorola, Inc. 1996. F r e e s c a l e S e m i c o n d u c t o r, I Freescale Semiconductor, Inc. For More Inf

Nov 29, 2013 · Title Chip Mega Man X3/ Rockman X3 CX4 Mega Man X2/ Rockman X2 CX4 Suzuka 8 Hours DSP-1 Super F1 Circus Gaiden DSP-1 Super Bases Loaded 2 / Super 3D Baseball DSP-1 Super Air Diver 2 DSP-1 Shutokō Battle 2: Drift King Keichii Tsuchiya & Masaaki Bandoh DSP-1 Shutokō Battle '94: Keichii Tsuchiya Drift King DSP-1 Pilotwings DSP-1 Mic

QIAamp DSP 96 DNA Blood Kit (12) Cat. no. 61162 4. QIAamp DSP DNA FFPE Tissue Kit (50) Cat. no. 60404 QIAamp DSP Kits – manual and automatable on QIAcube 5. QIAamp DSP DNA Blood Mini Kit (50) Cat. no. 61104 6. QIAamp DSP DNA Mini Kit (50) Cat. no. 61304 7. QIAamp DSP Virus Spin Kit (50) Cat. no. 61704 8. QIAamp

Stratix II EP2S60 DSP Development Board Features The Stratix II EP2S60 DSP development board is included with the DSP Development Kit, Stratix II Edition (ordering code DSP-DEVKIT-2S60). This board is a development platform for high-performance digital signal processing (DSP) designs, an

Figure 1. DSP Development Kit Contents The DSP development kit includes: Stratix EP1S25 or EP1S80 DSP Development Board —The Stratix EP1S25 and EP1S80 DSP development boards are prototyping platforms that provide system designers with a solution for DSP designs. Key features

We hebben meerdere DSP-filters ter beschikking om te vergelijken: het DSP-filter van de Kenwood TS-570, de Timewave DSP-599zx, de MFJ-781 en de NIR. De Kenwood TS-570 Deze transceiver is terecht één van de succesnum-mers van Kenwood. Het middenfrequent is uitgerust met kwartsfilters. Die krijgen de hulp van een DSP in het LF.

The rapid uptake in plant-based foods and beverages is keeping manufacturers on their toes. Plant-based beverages and other dairy-alternative beverages are gaining a signifi cant consumer base, driven most recently by people’s increased focus on health and sustainability as well as the fact that there are simply more high-quality products available for people to explore and enjoy. What are .