English
Language : 

DSPIC30F4013-20I Datasheet, PDF (119/220 Pages) Microchip Technology – High-Performance, 16-Bit Digital Signal Controllers
18.3 DCI Module Operation
18.3.1 MODULE ENABLE
The DCI module is enabled or disabled by setting/
clearing the DCIEN control bit in the DCICON1 SFR.
Clearing the DCIEN control bit has the effect of reset-
ting the module. In particular, all counters associated
with CSCK generation, Frame Sync, and the DCI buffer
control unit are reset.
The DCI clocks are shut down when the DCIEN bit is
cleared.
When enabled, the DCI controls the data direction for
the four I/O pins associated with the module. The port,
LAT and TRIS register values for these I/O pins are
overridden by the DCI module when the DCIEN bit is set.
It is also possible to override the CSCK pin separately
when the bit clock generator is enabled. This permits
the bit clock generator to operate without enabling the
rest of the DCI module.
18.3.2 WORD-SIZE SELECTION BITS
The WS<3:0> word-size selection bits in the DCICON2
SFR determine the number of bits in each DCI data
word. Essentially, the WS<3:0> bits determine the
counting period for a 4-bit counter clocked from the
CSCK signal.
Any data length, up to 16 bits, may be selected. The
value loaded into the WS<3:0> bits is one less the
desired word length. For example, a 16-bit data word
size is selected when WS<3:0> = 1111.
Note:
These WS<3:0> control bits are used only
in the Multichannel and I2S modes. These
bits have no effect in AC-Link mode since
the data slot sizes are fixed by the protocol.
18.3.3 FRAME SYNC GENERATOR
The Frame Sync generator (COFSG) is a 4-bit counter
that sets the frame length in data words. The Frame
Sync generator is incremented each time the word-size
counter is reset (refer to Section 18.3.2 “Word-Size
Selection Bits”). The period for the Frame Synchroni-
zation generator is set by writing the COFSG<3:0>
control bits in the DCICON2 SFR. The COFSG period
in clock cycles is determined by the following formula:
EQUATION 18-1: COFSG PERIOD
Frame Length = Word Length • (FSG Value + 1)
Frame lengths, up to 16 data words, may be selected.
The frame length in CSCK periods can vary up to a
maximum of 256 depending on the word size that is
selected.
Note:
The COFSG control bits have no effect in
AC-Link mode since the frame length is
set to 256 CSCK periods by the protocol.
© 2007 Microchip Technology Inc.
dsPIC30F3014/4013
18.3.4 FRAME SYNC MODE
CONTROL BITS
The type of Frame Sync signal is selected using the
Frame Synchronization mode control bits
(COFSM<1:0>) in the DCICON1 SFR. The following
operating modes can be selected:
• Multichannel mode
• I2S mode
• AC-Link mode (16-bit)
• AC-Link mode (20-bit)
The operation of the COFSM control bits depends on
whether the DCI module generates the Frame Sync
signal as a master device, or receives the Frame Sync
signal as a slave device.
The master device in a DSP/Codec pair is the device
that generates the Frame Sync signal. The Frame Sync
signal initiates data transfers on the CSDI and CSDO
pins and usually has the same frequency as the data
sample rate (COFS).
The DCI module is a Frame Sync master if the COFSD
control bit is cleared and is a Frame Sync slave if the
COFSD control bit is set.
18.3.5 MASTER FRAME SYNC
OPERATION
When the DCI module is operating as a Frame Sync
master device (COFSD = 0), the COFSM mode bits
determine the type of Frame Sync pulse that is
generated by the Frame Sync generator logic.
A new COFS signal is generated when the Frame Sync
generator resets to ‘0’.
In the Multichannel mode, the Frame Sync pulse is
driven high for the CSCK period to initiate a data trans-
fer. The number of CSCK cycles between successive
Frame Sync pulses depends on the word size and
Frame Sync generator control bits. A timing diagram for
the Frame Sync signal in Multichannel mode is shown
in Figure 18-2.
In the AC-Link mode of operation, the Frame Sync
signal has a fixed period and duty cycle. The AC-Link
Frame Sync signal is high for 16 CSCK cycles and is
low for 240 CSCK cycles. A timing diagram with the
timing details at the start of an AC-Link frame is shown
in Figure 18-3.
In the I2S mode, a Frame Sync signal having a 50%
duty cycle is generated. The period of the I2S Frame
Sync signal in CSCK cycles is determined by the word
size and Frame Sync generator control bits. A new I2S
data transfer boundary is marked by a high-to-low or a
low-to-high transition edge on the COFS pin.
DS70138E-page 117