Texas Instruments SPRU938B user manual

User manual for the device Texas Instruments SPRU938B

Device: Texas Instruments SPRU938B
Category: Network Card
Manufacturer: Texas Instruments
Size: 0.39 MB
Added : 9/19/2013
Number of pages: 48
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 SPRU938B. 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 SPRU938B.

For your convenience

If looking through the Texas Instruments SPRU938B 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 SPRU938B on full screen, use the button Fullscreen.
  • Downloading to your computer - You can also download the user manual Texas Instruments SPRU938B 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 SPRU938B User manual - Online PDF
Advertisement
« Page 1 of 48 »
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 SPRU938B 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 SPRU938B. 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

TMS320DM643x DMP
VLYNQ Port
User's Guide
Literature Number: SPRU938B
September 2007

Summary of the content on the page No. 2

2 SPRU938B–September 2007 Submit Documentation Feedback

Summary of the content on the page No. 3

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

Summary of the content on the page No. 4

A.2 Special 8b/10b Code Groups ................................................................................. 39 A.3 Supported Ordered Sets....................................................................................... 39 A.4 VLYNQ 2.0 Packet Format.................................................................................... 40 A.5 VLYNQ 2.X Packets............................................................................................ 42 Appendix B Write/Read Performance .

Summary of the content on the page No. 5

List of Figures 1 VLYNQ Port Functional Block Diagram................................................................................... 9 2 External Clock Block Diagram............................................................................................ 10 3 Internal Clock Block Diagram............................................................................................. 10 4 VLYNQ Module Structure ...................................................................................

Summary of the content on the page No. 6

List of Tables 1 VLYNQ Signal Descriptions............................................................................................... 11 2 Address Translation Example (Single Mapped Region) .............................................................. 17 3 Address Translation Example (Single Mapped Region) .............................................................. 18 4 VLYNQ Register Address Space......................................................................................... 2

Summary of the content on the page No. 7

Preface SPRU938B–September 2007 Read This First About This Manual This document describes the VLYNQ port 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 shows a rectangle divided into fields that represent th

Summary of the content on the page No. 8

User's Guide SPRU938B–September 2007 VLYNQ Port 1 Introduction 1.1 Purpose of the Peripheral The VLYNQ™ communications interface port is a low pin count, high-speed, point-to-point serial interface in the TMS320DM643x Digital Media Processor (DMP) used for connecting to host processors and other VLYNQ compatible devices. The VLYNQ port is a full-duplex serial bus where transmit and receive operations occur separately and simultaneously without interference. VLYNQ enables the extension of an inte

Summary of the content on the page No. 9

www.ti.com Introduction • Symmetric Operations – Transmit (TX) pins on the first device connect to the receive (RX) pins on the second device and vice-versa. – Data pin widths are automatically detected after reset – Re-request packets, response packets, and flow control information are all multiplexed and sent across the same physical pins. – Supports both host/peripheral and peer-to-peer communication models • Simple block code packet formatting (8b/10b) • Supports in-band and flow control – N

Summary of the content on the page No. 10

www.ti.com Peripheral Architecture 2 Peripheral Architecture This section discusses the architecture and basic functions of the VLYNQ peripheral. 2.1 Clock Control The module's serial clock direction and frequency are software configurable through the CLKDIR and CLKDIV bits in the VLYNQ control register (CTRL). The VLYNQ serial clock can be sourced from the internal system clock (CLKDIR = 1) or by an external clock source (CLKDIR = 0) for its serial operations. The CLKDIV bit can divide the seri

Summary of the content on the page No. 11

www.ti.com Peripheral Architecture 2.2 Signal Descriptions The VLYNQ module on the DM643x device supports 1 to 4 bit-wide RX/TX configurations. Chip-level pin multiplexing registers control the configuration. See the pin multiplexing information in the device-specific data manual. If the VLYNQ data width does not match the number of transmit/receive lines that are available on the remote device, negotiation between the two VLYNQ devices automatically configures the width (see Section 2.7). The V

Summary of the content on the page No. 12

www.ti.com Peripheral Architecture 2.5 VLYNQ Functional Description The VLYNQ core supports both host-to-peripheral and peer-to-peer communication models and is symmetrical. The VLYNQ module structure is shown in Figure 4. Figure 4. VLYNQ Module Structure System clock VLYNQ clock Outbound Slave Address Outbound 8B/10B Serial config bus command TxSM Serializer translation commands encoding TxData interface FIFO Serial (FIFO3) TxClk Return data FIFO Registers (FIFO2) Return data FIFO Serial (FIFO0

Summary of the content on the page No. 13

www.ti.com Peripheral Architecture 2.5.1 Write Operations Write requests that initiate from the slave configuration bus interface of the local device write to the outbound command (CMD) FIFO. Data is subsequently read from the FIFO and encapsulated in a write request packet. The address is translated, and the packet is encoded and serialized before being transmitted to remote device. The remote device subsequently deserializes and decodes the receive data and writes it into the inbound CMD FIFO.

Summary of the content on the page No. 14

www.ti.com Peripheral Architecture 2.5.2 Read Operations Read requests from the slave configuration bus interface are written to the outbound CMD FIFO (similar to the write requests). Data is subsequently read from the FIFO and encapsulated into a read request packet. The packet is encoded and serialized before it is transmitted to the remote device. Next, the remote device deserializes, decodes the receive data, and writes the receive data to the inbound CMD FIFO. After reading the address from

Summary of the content on the page No. 15

www.ti.com Peripheral Architecture Note: Not servicing read operations results in deadlock. The only way to recover from a deadlock situation is to perform a hard reset. Read operations are typically not serviced due to read requests that are issued to a non-existent remote VLYNQ device or they are not serviced due to trying to perform reads on the VLYNQ memory map prior to establishing the link. Generally, you should not use read operations to transfer data packets since the serial nature of th

Summary of the content on the page No. 16

www.ti.com Peripheral Architecture 2.8 Address Translation Remote VLYNQ device(s) are memory mapped to the local (host) device’s address space when a link is established (this is similar to any other on-chip peripherals). Enumerating the VLYNQ devices (single or multiple) into a coherent memory map for accessing each device is part of the initialization sequence. After the enumeration, the host (local) device can access the remote device address map using local device addresses. The VLYNQ module

Summary of the content on the page No. 17

www.ti.com Peripheral Architecture Figure 7. Example Address Memory Map Remote DMxxx device (local) VLYNQ device 0000:0000h Map region 1 0400:0000h (4C00:0000h on DM643x device) 03FF:FFFFh Map region 1 0400:0000h Map region 2 07FF:FFFFh 0400:00FFh 0800:0000h Map region 2 0800:00FFh 0500:0000h 0800:0100h Map region 3 Map region 3 0801:00FFh 0500:FFFFh 0801:0100h Map region 4 0B00:0000h Map region 4 0841:00FFh 0B3F:FFFFh The following shows an example illustrating the address translation used in e

Summary of the content on the page No. 18

www.ti.com Peripheral Architecture DM643x VLYNQ Module: 4C00 : 0054h Initial address at the slave configuration bus 0000 : 0054h Initial address [25:0] at the slave configuration bus interface subtract 0000 : 0000h TX address map register (there is no need to change the reset value of the DM643x device for this register) 0000 : 0054h Remote VLYNQ Module: 0000 : 0054h Initial address from the RX serial interface compare 0000 : 0100h RX address map size 1 register 0000 : 0054h add 0800 : 0000h RX

Summary of the content on the page No. 19

www.ti.com Peripheral Architecture Example 1. Address Translation Example The remote address 0400:0154h (or 0000 0054h) was translated to 8200:0054h on the DM643x (local) device in this example. The translated address for packets received on the serial interface is determined as follows: If (RXPacketAddress< RXAddressMapSize1 Register) { Translated Address = RX Packet Address + RX Address Map Offset 1 Register } else if (RXPacketAddress<(RX AddressMapSize1Register+ RXAddressMapSize 2Register)) {

Summary of the content on the page No. 20

www.ti.com Peripheral Architecture 2.10 Reset Considerations 2.10.1 Software Reset Considerations Peripheral clock and reset control is done through the power and sleep controller (PSC) module that is included with the device. For more information, see Section 2.13. Additionally, there is a software reset (the reset bit in the VLYNQ control register, CTRL) within the peripheral itself. Writing a 1 to the reset bit resets all of the internal state machines of the VLYNQ module, the serial interfac


Alternative user manuals
# User manual Category Download
1 Texas Instruments CC2511 User manual Network Card 0
2 Texas Instruments DAC7741EVM User manual Network Card 0
3 Texas Instruments SN65HVS880 User manual Network Card 2
4 Texas Instruments DEM-PCM2912A EVM User manual Network Card 1
5 Texas Instruments SLAU245 User manual Network Card 0
6 Texas Instruments TLV320AIC3107EVM-K User manual Network Card 0
7 Texas Instruments CDCM7005 User manual Network Card 0
8 Texas Instruments TMS320C3x User manual Network Card 13
9 Texas Instruments TECHNOLOGY FOR INNOVATORS 4Q 2006 User manual Network Card 0
10 Texas Instruments TMS320C6000 User manual Network Card 4
11 Texas Instruments TMS320C6452 DSP User manual Network Card 0
12 Texas Instruments TMS320C645x User manual Network Card 0
13 Texas Instruments TMS320C645x DSP User manual Network Card 1
14 Texas Instruments TMS320C64x DSP User manual Network Card 3
15 Texas Instruments TMS320DM36X User manual Network Card 0
16 Sony BTA-NW1A User manual Network Card 2
17 Sony BKMW-E3000 User manual Network Card 2
18 Sony AC-SQ950D User manual Network Card 0
19 Sony BBV RX100 User manual Network Card 3
20 Sony CLIE A-AVZ-100-11 User manual Network Card 1