Serial Host Interface; Introduction; Serial Host Interface Internal Architecture - Freescale Semiconductor DSP56374 User Manual

24-bit digital signal
Table of Contents

Advertisement

Chapter 7

Serial Host Interface

7.1

Introduction

The Serial Host Interface (SHI) is a serial I/O interface that provides a path for communication and program/coefficient data transfers between
the DSP and an external host processor. The SHI can also communicate with other serial peripheral devices. The SHI supports two well-known
and widely used synchronous serial buses: the Freescale (previously known as Motorola) Serial Peripheral Interface (SPI) bus and the Philips
Inter-Integrated-Circuit Control (I
overhead, the SHI supports 8-bit, 16-bit and 24-bit data transfers. The SHI has a 1 or 10-word receive FIFO that permits receiving up to 30
bytes before generating a receive interrupt, reducing the overhead for data reception.
When configured in the SPI mode, the SHI can perform the following functions:
Identify its slave selection (in slave mode)
Simultaneously transmit (shift out) and receive (shift in) serial data
Directly operate with 8-, 16- and 24-bit words
Generate vectored interrupts separately for receive and transmit events and update status bits
Generate a separate vectored interrupt for a receive exception
Generate a separate vectored interrupt for a transmit exception
Generate a separate vectored interrupt for a bus-error exception
Generate the serial clock signal (in master mode)
Trigger DMA to service the transmit and receive events
2
When configured in the I
C mode, the SHI can perform the following functions:
Detect/generate start and stop events
Identify its slave (ID) address (in slave mode)
Identify the transfer direction (receive/transmit)
Transfer data byte-wise according to the SCL clock line
Generate ACK signal following a byte receive
Inspect ACK signal following a byte transmit
Directly operate with 8-, 16- and 24-bit words
Generate vectored interrupts separately for receive and transmit events and update status bits
Generate a separate vectored interrupt for a receive exception
Generate a separate vectored interrupt for a transmit exception
Generate a separate vectored interrupt for a bus error exception
Generate the clock signal (in master mode)
Trigger DMA to service the transmit and receive events
7.2

Serial Host Interface Internal Architecture

The DSP views the SHI as a memory-mapped peripheral in the X data memory space. The DSP uses the SHI as a normal memory-mapped
peripheral using standard polling, interrupt programming techniques, or DMA transfers. Memory mapping allows DSP communication with
the SHI registers to be accomplished using standard instructions and addressing modes. In addition, the MOVEP instruction allows
interface-to-memory and memory-to-interface data transfers without going through an intermediate register. The DMA controller may be used
to service the receive or transmit data path. The single master configuration allows the DSP to directly connect to dumb peripheral devices.
For that purpose, a programmable baud-rate generator is included to generate the clock signal for serial transfers. The host side invokes the
SHI for communication and data transfer with the DSP through a shift register that may be accessed serially using either the
bus protocols.
Figure 7-1
shows the SHI block diagram.
Freescale Semiconductor
2
C) bus. The SHI supports either bus protocol as either a slave or a single-master device. To minimize DSP
DSP56374 Users Guide, Rev. 1.2
Introduction
2
I
C
or the SPI
7-1

Advertisement

Table of Contents
loading

Table of Contents