Texas Instruments MSP50C6xx user manual

User manual for the device Texas Instruments MSP50C6xx

Device: Texas Instruments MSP50C6xx
Category: Calculator
Manufacturer: Texas Instruments
Size: 1.42 MB
Added : 3/19/2013
Number of pages: 390
Print the manual

Download

How to use this site?

Our goal is to provide you with a quick access to the content of the user manual for Texas Instruments MSP50C6xx. Using the online preview, you can quickly view the contents and go to the page where you will find the solution to your problem with Texas Instruments MSP50C6xx.

For your convenience

If looking through the Texas Instruments MSP50C6xx user manual directly on this website is not convenient for you, there are two possible solutions:

  • Full Screen Viewing - to easily view the user manual (without downloading it to your computer), you can use full-screen viewing mode. To start viewing the user manual Texas Instruments MSP50C6xx on full screen, use the button Fullscreen.
  • Downloading to your computer - You can also download the user manual Texas Instruments MSP50C6xx to your computer and keep it in your files. However, if you do not want to take up too much of your disk space, you can always download it in the future from ManualsBase.
Texas Instruments MSP50C6xx User manual - Online PDF
Advertisement
« Page 1 of 390 »
Advertisement
Print version

Many people prefer to read the documents not on the screen, but in the printed version. The option to print the manual has also been provided, and you can use it by clicking the link above - Print the manual. You do not have to print the entire manual Texas Instruments MSP50C6xx but the selected pages only. paper.

Summaries

Below you will find previews of the content of the user manuals presented on the following pages to Texas Instruments MSP50C6xx. If you want to quickly view the content of pages found on the following pages of the manual, you can use them.

Abstracts of contents
Summary of the content on the page No. 1

MSP50C6xx Mixed-Signal Processor
User’s Guide
Mixed Signal Products
SPSU014A
Printed on Recycled Paper

Summary of the content on the page No. 2

IMPORTANT NOTICE Texas Instruments and its subsidiaries (TI) reserve the right to make changes to their products or to discontinue any product or service without notice, and advise customers to obtain the latest version of relevant information to verify, before placing orders, that information being relied on is current and complete. All products are sold subject to the terms and conditions of sale supplied at the time of order acknowledgment, including those pertaining to warranty, patent infri

Summary of the content on the page No. 3

Preface Read This First About This Manual This user’s guide gives information for the MSP50C6xx mixed-signal proces- sor. This information includes a functional overview, a detailed architectural description, device peripheral functional description, assembly language instruction listing, code development tools, applications, customer informa- tion, and electrical characteristics (in data sheet). How to Use This Manual This document contains the following chapters: Chapter 1 –Introduction to t

Summary of the content on the page No. 4

Notational Conventions Here is a sample program listing: 0011 0005 0001 .field 1, 2 0012 0005 0003 .field 3, 4 0013 0005 0006 .field 6, 3 0014 0006 .even Here is an example of a system prompt and a command that you might enter: C: csr –a /user/ti/simuboard/utilities In syntax descriptions, the instruction, command, or directive is in a bold typeface font and parameters are in an italic typeface. Portions of a syntax that are in bold should

Summary of the content on the page No. 5

Information About Cautions and Warnings .byte value [, ... , value ] 1 n This syntax shows that .byte must have at least one value parameter, but you have the option of supplying additional value parameters, separated by commas. Information About Cautions and Warnings This book may contain cautions and warnings. This is an example of a caution statement. A caution statement describes a situation that could potentially damage your software or equipment. This is an example of a warning statement.

Summary of the content on the page No. 6

vi

Summary of the content on the page No. 7

Contents Contents 1 Introduction to the MSP50C6xx . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-1 1.1 Features of the MSP50C6xx . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-2 1.2 Applications . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-3 1.3 Development Device: MSP50P614 . . . . . . . . . . . . . . .

Summary of the content on the page No. 8

Contents 3 Peripheral Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3-1 3.1 I/O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3-2 3.1.1 General-Purpose I/O Ports . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3-2 3.1.2 Dedicated Input Port F . . . . . . . . . . . . . . . . . .

Summary of the content on the page No. 9

Contents 4.4 Instruction Classification . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4-22 4.4.2 Class 2 Instructions: Accumulator and Constant Reference . . . . . . . . . . . . . . 4-28 4.4.3 Class 3 Instruction: Accumulator Reference . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4-30 4.4.4 Class 4 Instructions: Address Register and Memory Reference . . . . . . . . . . . 4-34 4.4.5 Class 5 Instructions: Memory Reference . . . .

Summary of the content on the page No. 10

Contents 5.6 Implementation Details . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5-24 5.6.1 Comparisons . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5-24 5.6.2 Division . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5-26 5.6.3 Function Calls . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Summary of the content on the page No. 11

Figures Figures 1–1 Functional Block Diagram for the MSP50C614/MSP50P614 . . . . . . . . . . . . . . . . . . . . . . . . 1-5 1–2 Oscillator and PLL Connection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-7 1–3 RESET Circuit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-8 2–1 MSP50C6xx Core Processor Block Diagram . . . . . . . . . . . . . . . . . . . . . .

Summary of the content on the page No. 12

Tables Tables 2–1 Signed and Unsigned Integer Representation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-5 2–2 Summary of MSP50C614’s Peripheral Communications Ports . . . . . . . . . . . . . . . . . . . . . 2-17 2–3 Programmable Bits Needed to Control Reduced Power Modes . . . . . . . . . . . . . . . . . . . . . 2-36 2–4 Status of Circuitry When in Reduced Power Modes (Refer to Table 2–3) . . . . . . . . . . . . 2-37 2–5 How to Wake Up from Reduced Power Modes (R

Summary of the content on the page No. 13

Tables 4–28 Class 6a Instruction Encoding . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4-38 4–29 Class 6a Instruction Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4-38 4–30 Class 6b Instruction Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4-39 4–31 Class 7 Instruction Encoding and Description . . . . . . . . . . . . . .

Summary of the content on the page No. 14

xiv

Summary of the content on the page No. 15

Chapter 1 Introduction to the MSP50C6xx The MSP50C6xx is a low cost, mixed signal controller, that combines a speech synthesizer, general-purpose input/output (I/O), onboard ROM, and direct speaker-drive in a single package. The computational unit utilizes a powerful new DSP which gives the MSP50C6xx unprecedented speed and computational flexibility compared with previous devices of its type. The MSP50C6xx supports a variety of speech and audio coding algorithms, providing a range of options wit

Summary of the content on the page No. 16

Features of the MSP50C6xx 1.1 Features of the MSP50C6xx Advanced, integrated speech synthesizer for high quality sound Operates up to 12.32 MHz (performs up to 12.32 MIPS) Very low-power operation, ideal for hand-held devices Low voltage operation, sustainable by three batteries Reduced power stand-by modes, less than 10 µ A in deep-sleep mode Supports high-quality synthesis algorithms such as MELP, CELP, LPC, and ADPCM Contains 32K words onboard ROM (2K words reserved) Up to 2.3

Summary of the content on the page No. 17

Applications 1.2 Applications Due to its low cost, low-power consumption, and high programmability, the MSP50C6xx is suitable for a wide variety of applications incorporating flexible I/O and high-quality speech: Consumer Education Toys and Games Electronic Learning Aids Appliances Talking Dictionaries Talking Clocks Language Translators Navigation Aids Talking Books Industrial Medical Warning Systems Controls Aids for the Handicapped Telecom Security Answering Machines Security Syst

Summary of the content on the page No. 18

Development Device: MSP50P614 1.3 Development Device: MSP50P614 The MSP50P614 is an EPROM based version of the MSP50C614, and is available in a 120-pin windowed ceramic pin grid array. This EPROM based version of the device is only available in limited quantities to support software development. Since the MSP50P614 program memory is EPROM, each person doing software development should have several of these PGA packaged devices. The MSP50P614 is also used to emulate the MSP50C601, MSP50C604, and

Summary of the content on the page No. 19

Functional Description for the MSP50C614 1.4 Functional Description for the MSP50C614 The MSP50C614 device consists of a micro-DSP core, embedded program and data memory, and a self-contained clock generation system. General-pur- pose periphery is comprised of 64 bits of flexible I/O. The block diagram ap- pearing in Figure 1–1 gives an overview of the MSP50C614/MSP50P614 functionality. Figure 1–1. Functional Block Diagram for the MSP50C614/MSP50P614 V V V SS DD PP 55 Power (P614 only) A port

Summary of the content on the page No. 20

Functional Description for the MSP50C614 The core processor is a general-purpose 16 bit micro-controller with DSP capability. The basic core block includes a computational unit (CU), data address unit, program address unit, two timers, eight level interrupt processor, and several system and control registers. The core processor provides break-point capability to the MSP50C6xx code development software (EMUC6xx). The processor is a Harvard type for efficient DSP algorithm execution. It re- quires


Alternative user manuals
# User manual Category Download
1 Texas Instruments BA II Plus BA-2-PLUS User manual Calculator 1963
2 Texas Instruments El Dorado JA-BT2040 User manual Calculator 7
3 Texas Instruments El Dorado S-ELW535B User manual Calculator 0
4 Texas Instruments TI-73 User manual Calculator 39
5 Texas Instruments El Dorado CS-FX300MS PLUS User manual Calculator 0
6 Texas Instruments Nspire Navigator System NAVNSCRK302L1 User manual Calculator 3
7 Texas Instruments plus TI-83 User manual Calculator 821
8 Texas Instruments Plus TI-84 User manual Calculator 419
9 Texas Instruments DUAL SOCKET PC CARD CONTROLLER PCI1520 User manual Calculator 0
10 Texas Instruments User manual Calculator 19
11 Texas Instruments PLUS TI-92 User manual Calculator 385
12 Texas Instruments PLUS TI-89 User manual Calculator 98
13 Texas Instruments solar TI-36X User manual Calculator 94
14 Texas Instruments CBL 2 User manual Calculator 7
15 Texas Instruments TI-73 User manual Calculator 35
16 Dodge ES142 User manual Calculator 2
17 Sony CD-R/RW User manual Calculator 24
18 Sony EL-W516B User manual Calculator 2
19 Sony EL-W535B User manual Calculator 2
20 Sony VGC-RBXX User manual Calculator 1