Instruction d'utilisation Texas Instruments TMS320DM643X DMP

Instruction d'utilisation pour le dispositif Texas Instruments TMS320DM643X DMP

Dispositif: Texas Instruments TMS320DM643X DMP
Catégorie: Equipement informatique
Fabricant: Texas Instruments
Dimension: 0.2 MB
Date d'addition: 11/16/2014
Nombre des pages: 38
Imprimez l'instruction

Téléchargez

Comment utiliser?

Notre objectif consiste à vous assurer le plus rapide accès au contenu de l'instruction d'utilisation du dispositif Texas Instruments TMS320DM643X DMP. En utilisant l'aperçu en ligne vous pouvez parcourir le sommaire et passer à la page où vous trouverez la résolution de votre problème avec Texas Instruments TMS320DM643X DMP.

Pour votre confort

Si regarder l'instruction Texas Instruments TMS320DM643X DMP directement sur la page n'est pas confortable pour vous, vous pouvez profiter de deux solutions possibles:

  • Exploration au mode de plein écran - pour analyser l'instruction d'une manière commode (sans l'avoir téléchargée sur votre ordinateur) vous pouvez utiliser le mode d'exploration en plein écran. Pour démarrer l'exploration de l'instruction Texas Instruments TMS320DM643X DMP en plein écran, utilisez le bouton Plein écran.
  • Téléchargement sur l'ordinateur - vous pouvez aussi télécharger l'instruction Texas Instruments TMS320DM643X DMP sur votre ordinateur et la sauvegarder dans vos ressources. Si vous n'avez pas envie de gaspiller votre espace disque, vous pouvez toujours télécharger cette instruction du ManualsBase dans l'avenir.
Texas Instruments TMS320DM643X DMP Manuel d'utilisation - Online PDF
Advertisement
« Page 1 of 38 »
Advertisement
Version imprimée

Beaucoup de gens préfèrent de lire les documents dans la version imprimée et non pas sur l'écran. L'option d'impression de l'instruction est aussi prévue et vous pouvez en profiter en cliquant le lien ci-dessus - Imprimez l'instruction. Il n'est pas nécessaire d'imprimer toute l'instruction Texas Instruments TMS320DM643X DMP - on peut choisir des pages. Economisez le papier.

Résumés

Vous trouverez ci-dessous les annonces des contenus qui se trouvent sur les pages suivantes de l'instruction de Texas Instruments TMS320DM643X DMP. Si vous voulez parcourir rapidement le contenu des pages suivantes de l'instruction, vous pouvez en profiter.

Résumés du contenu
Résumé du contenu de la page N° 1

TMS320DM643x DMP
Universal Asynchronous Receiver/Transmitter
(UART)
User's Guide
Literature Number: SPRU997C
December 2009

Résumé du contenu de la page N° 2

2 SPRU997C–December 2009 Submit Documentation Feedback Copyright © 2009, Texas Instruments Incorporated

Résumé du contenu de la page N° 3

Preface ....................................................................................................................................... 6 1 Introduction ........................................................................................................................ 7 1.1 Purpose of the Peripheral .............................................................................................. 7 1.2 Features ............................................................................

Résumé du contenu de la page N° 4

www.ti.com List of Figures 1 UART Block Diagram....................................................................................................... 9 2 UART Clock Generation Diagram....................................................................................... 10 3 Relationships Between Data Bit, BCLK, and UART Input Clock.................................................... 11 4 UART Protocol Formats .....................................................................................

Résumé du contenu de la page N° 5

www.ti.com List of Tables 1 UART Supported Features/Characteristics by Instance ............................................................... 8 2 Baud Rate Examples for 27 MHz UART Input Clock................................................................. 11 3 UART Signal Descriptions................................................................................................ 12 4 Character Time for Word Lengths..............................................................................

Résumé du contenu de la page N° 6

Preface SPRU997C–December 2009 Read This First About This Manual This document describes the universal asynchronous receiver/transmitter (UART) peripheral in the TMS320DM643x Digital Media Processor (DMP) . Notational Conventions This document uses the following conventions. • Hexadecimal numbers are shown with the suffix h. For example, the following number is 40 hexadecimal (decimal 64): 40h. • Registers in this document are shown in figures and described in tables. – Each register figure show

Résumé du contenu de la page N° 7

User's Guide SPRU997C–December 2009 Universal Asynchronous Receiver/Transmitter (UART) 1 Introduction This document describes the universal asynchronous receiver/transmitter (UART) peripheral in the TMS320DM643x Digital Media Processor (DMP) . 1.1 Purpose of the Peripheral The UART peripheral is based on the industry standard TL16C550 asynchronous communications element, which in turn is a functional upgrade of the TL16C450. Functionally similar to the TL16C450 on power up (single character or T

Résumé du contenu de la page N° 8

Introduction www.ti.com Table 1 summarizes the capabilities supported on the UART. Note that the number of UARTs and their supported features vary on each device, see the device-specific data manual for more details. Table 1. UART Supported Features/Characteristics by Instance Feature Support 5, 6, 7 or 8-bit characters Supported Even, odd, or no PARITY bit Supported 1, 1.5, or 2 STOP bit generation Supported Line break generation and detection Supported Internal loop back Supported DMA sync eve

Résumé du contenu de la page N° 9

www.ti.com Introduction Figure 1. UART Block Diagram S e 8 8 l Receiver e FIFO 8 c t Receiver 8 RX Shift Data Receiver Peripheral Register pin Bus Bus Buffer Buffer Register 16 Receiver Line Timing and Control Control Register Divisor Latch (LS) 16 Baud Generator Divisor Latch (MS) Transmitter Line Timing and Status Control Register 8 8 Transmitter S FIFO e l e Transmitter Transmitter 8 8 TX c Shift Holding pin t Register Register Modem 8 Control Control Logic Register Interrupt Interrupt/ 8

Résumé du contenu de la page N° 10

Peripheral Architecture www.ti.com 2 Peripheral Architecture 2.1 Clock Generation and Control The UART bit clock is sourced from the PLLC1 AUXCLK. It supports up to 128 kbps maximum data rate. Figure 2 is a conceptual clock generation diagram for the UART. The processor clock generator receives a signal from an external clock source and produces a UART input clock with a programmed frequency. The UART contains a programmable baud generator that takes an input clock and divides it by a divisor in

Résumé du contenu de la page N° 11

www.ti.com Peripheral Architecture Figure 3. Relationships Between Data Bit, BCLK, and UART Input Clock n UART input clock cycles, where n = divisor in DLH:DLL UART input clock n BCLK Each bit lasts 16 BCLK cycles. When receiving, the UART samples the bit in the 8th cycle. BCLK TX, D1 D2 RX D0 TX, START PARITY STOP1 STOP2 D0 D1 D2 D3 D4 D5 D6 D7 RX Table 2. Baud Rate Examples for 27 MHz UART Input Clock Baud Rate Divisor Value Actual Baud Rate Error (%) 2400 703 2400.427 0.018 4800 352 4794.034

Résumé du contenu de la page N° 12

Peripheral Architecture www.ti.com 2.2 Signal Descriptions The UARTs utilize a minimal number of signal connections to interface with external devices. The UART signal descriptions are included in Table 3. Note that the number of UARTs and their supported features vary on each device, see the device-specific data manual for more details. Table 3. UART Signal Descriptions (1) Signal Name Signal Type Function UTXDn Output Serial data transmit URXDn Input Serial data receive UCTSn Input Clear-to-Se

Résumé du contenu de la page N° 13

www.ti.com Peripheral Architecture 2.4.3 Data Format The UART transmits in the following format: 1 START bit + data bits (5, 6, 7, 8) + 1 PARITY bit (optional) + STOP bit (1, 1.5, 2) It transmits 1 START bit; 5, 6, 7, or 8 data bits, depending on the data width selection; 1 PARITY bit, if parity is selected; and 1, 1.5, or 2 STOP bits, depending on the STOP bit selection. The UART receives in the following format: 1 START bit + data bits (5, 6, 7, 8) + 1 PARITY bit (optional) + STOP bit (1) It r

Résumé du contenu de la page N° 14

Peripheral Architecture www.ti.com 2.6 Operation 2.6.1 Transmission The UART transmitter section includes a transmitter hold register (THR) and a transmitter shift register (TSR). When the UART is in the FIFO mode, THR is a 16-byte FIFO. Transmitter section control is a function of the UART line control register (LCR). Based on the settings chosen in LCR, the UART transmitter sends the following to the receiving device: • 1 START bit • 5, 6, 7, or 8 data bits • 1 PARITY bit (optional) • 1, 1.5,

Résumé du contenu de la page N° 15

www.ti.com Peripheral Architecture 2.6.3 FIFO Modes The following two modes can be used for servicing the receiver and transmitter FIFOs: • FIFO interrupt mode. The FIFO is enabled and the associated interrupts are enabled. Interrupts are sent to the CPU to indicate when specific events occur. • FIFO poll mode. The FIFO is enabled but the associated interrupts are disabled. The CPU polls status bits to detect specific events. Because the receiver FIFO and the transmitter FIFO are controlled sepa

Résumé du contenu de la page N° 16

Peripheral Architecture www.ti.com 2.6.3.2 FIFO Poll Mode When the receiver FIFO is enabled in the FIFO control register (FCR) and the receiver interrupts are disabled in the interrupt enable register (IER), the poll mode is selected for the receiver FIFO. Similarly, when the transmitter FIFO is enabled and the transmitter interrupts are disabled, the transmitted FIFO is in the poll mode. In the poll mode, the CPU detects events by checking bits in the line status register (LSR): • The RXFIFOE b

Résumé du contenu de la page N° 17

www.ti.com Peripheral Architecture 2.6.4.1 RTS Behavior RTS data flow control originates in the receiver block (see Figure 1). When the receiver FIFO level reaches a trigger level of 1, 4, 8, or 14 (see Figure 6), RTS is deasserted. The sending UART may send an additional byte after the trigger level is reached (assuming the sending UART has another byte to send), because it may not recognize the deassertion of RTS until after it has begun sending the additional byte. For trigger level 1, 4, and

Résumé du contenu de la page N° 18

Peripheral Architecture www.ti.com 2.7 Reset Considerations 2.7.1 Software Reset Considerations Two bits in the power and emulation management register (PWREMU_MGMT) control resetting the parts of the UART: • The UTRST bit controls resetting the transmitter only. If UTRST = 1, the transmitter is active; if UTRST = 0, the transmitter is in reset. • The URRST bit controls resetting the receiver only. If URRST = 1, the receiver is active; if URRST = 0, the receiver is in reset. In each case, puttin

Résumé du contenu de la page N° 19

www.ti.com Peripheral Architecture Table 5. UART Interrupt Requests Descriptions UART Interrupt Request Interrupt Source Comment THREINT THR-empty condition: The transmitter holding register If THREINT is enabled in IER, by setting the ETBEI (THR) or the transmitter FIFO is empty. All of the data bit, it is recorded in IIR. has been copied from THR to the transmitter shift As an alternative to using THREINT, the CPU can poll register (TSR). the THRE bit in the line status register (LSR). RDAINT

Résumé du contenu de la page N° 20

Peripheral Architecture www.ti.com 2.10 DMA Event Support In the FIFO mode, the UART generates the following two DMA events: • Receive event (URXEVT): The trigger level for the receiver FIFO (1, 4, 8, or 14 characters) is set with the RXFIFTL bit in the FIFO control register (FCR). Every time the trigger level is reached or a receiver time-out occurs, the UART sends a receive event to the EDMA controller. In response, the EDMA controller reads the data from the receiver FIFO by way of the receiv


Instructions pareilles
# Instruction d'utilisation Catégorie Téléchargez
1 Texas Instruments MSC1211 Manuel d'utilisation Equipement informatique 1
2 Texas Instruments ADS61xx Manuel d'utilisation Equipement informatique 0
3 Texas Instruments MSP-FET430 Manuel d'utilisation Equipement informatique 3
4 Texas Instruments SCAU020 Manuel d'utilisation Equipement informatique 0
5 Texas Instruments TMS320C6712D Manuel d'utilisation Equipement informatique 1
6 Texas Instruments MSP430x11x1 Manuel d'utilisation Equipement informatique 1
7 Texas Instruments Evaluation Module TVP5158 Manuel d'utilisation Equipement informatique 0
8 Texas Instruments DM648 DSP Manuel d'utilisation Equipement informatique 0
9 Texas Instruments TMDXEVM6472 Manuel d'utilisation Equipement informatique 0
10 Texas Instruments TPS65023B Manuel d'utilisation Equipement informatique 0
11 Texas Instruments TUSB3210 Manuel d'utilisation Equipement informatique 3
12 Texas Instruments TMS320DM646x Manuel d'utilisation Equipement informatique 1
13 Texas Instruments TPS40051 Manuel d'utilisation Equipement informatique 2
14 Texas Instruments MSP430x1xx Manuel d'utilisation Equipement informatique 3
15 Texas Instruments MSP430x4xx Manuel d'utilisation Equipement informatique 2
16 Sony MSAKIT-PC4A Manuel d'utilisation Equipement informatique 2
17 Sony MRW62E-S1 2694866142 Manuel d'utilisation Equipement informatique 5
18 Philips MATCH LINE 9596 Manuel d'utilisation Equipement informatique 17
19 Sony 64GB SDHC Class 10 Memory Card Readers SF32UY Manuel d'utilisation Equipement informatique 1
20 Philips PSC702 Manuel d'utilisation Equipement informatique 1