You can edit almost every page by Creating an account. Otherwise, see the FAQ.

TI DSK 6713

From EverybodyWiki Bios & Wiki



DSK 6713 is a DSP Starter Kit by Texas Instruments, which was developed in cooperation with the US DSP design company Spectrum Digital. The kit can be used in various signal processing applications, for instance in audio processing, instrumentation and telecommunications.

The core of the kit is the TMS320C6713 32-bit floating point digital signal processor[1], which allows for programming in C and assembly. In addition, the kit contains an 16MB SDRAM module and a 512k Flash memory and a JTAG debug interface[2]. The dev kit is compatible with the Texas Instruments Code Composer Studio IDE.

TMS320C6713[edit]

The TMS320C6713 DSP is a 32-bit floating point processor with a VLIW architecture. It contains eight functional units, which can be used in parallel. The processor can be operated at clock rates of 120, 150 or 167 MHz, allowing for a performance of up to 1GFLOPS at 167 MHz. [3]

The TMS320C6713 contains 32 General Purpose registers, which can be used by each of the functional units. In addition to the 1MB On-Chip SRAM memory, 52MB of external memory (SDRAM, SRAM, EEPROM etc) can be used by the CPU. The memory can be accessed by a 4-channel DMA controller.[4]

Architecture[edit]

The architecture of the TMS320C6713 consists of eight functional units, which can be accessed in parallel. The functional units of the TMS320C6713 are split up into two data paths, with corresponding General Purpose register files A[0-15] and B[0-15]. While the functional units only write to registers in their own data path, it is possible to read access registers from the opposite register file by using a crosspath. In each data path there are four functional units, which consist of each one Load/Store unit, a Multiply-and-Accumulate (MAC) unit, an arithmetic and a logic unit. [5] In assembly, the units can be accessed directly, as for instance:

ADD .S1 A0, A1, A2
SHR .S1 A3, 15, A4

Availability[edit]

The DSK 6713 kit is available for purchase on the Texas Instruments website for $408,94 (status 2019)[2] or for $449,00 from Spectrum Digital[6] including VAT, excluding shipping costs.

References[edit]

  1. Rulph Chassaing (13 December 2004). Digital Signal Processing and Applications with the C6713 and C6416 DSK. Wiley-Interscience. p. 3. ISBN 978-0471690078. Search this book on
  2. 2.0 2.1 "TMS320C6713 DSP Starter Kit (DSK)".
  3. "TMS320C6701".
  4. "TMS320C6701 Floating-Point Signal Processor Datasheet".
  5. TMS320C67x/C67x+ DSP CPU and Instruction Set Reference Guide. Texas Instruments. 2006. Search this book on
  6. "DSP Starter Kit (DSK) for the TMS320C6713".



This article "TI DSK 6713" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:TI DSK 6713. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.