4
FN4901.3
January 19, 2010
Functional Description
The ISL5314 is an NCO with an integrated 14-bit DAC
designed to run in excess of 125MSPS. The NCO is a 16-bit
output design, which is rounded to fourteen bits for input to the
DAC. The frequency control is the sum of a 48-bit center
frequency word, a 48-bit offset frequency word, and a 40-bit
serially loaded tuning word. The three components are added
modulo 48 bits with the alignment shown in Table 1. Each of the
three terms can be zeroed independently (via the
microprocessor interface for the center and serial frequency
registers and via the ENOFR pin for the offset frequency term).
Frequency Generation
The output frequency of the part is determined by the
summation of three registers as shown in Equation 1:
where CF is the center frequency register, OF is the offset
frequency register, SF is the serial frequency register and
f
CLK
is the DDS clock rate.
With a 125MSPS clock rate, the center frequency can be
programmed to Equation 2:
The addition of the frequency control words can be interpreted
as two’s complement if convenient. For example, if the center
frequency is set to 4000...00h and the offset frequency set to
C000..00h, the programmed center frequency would be f
CLK
/4
and the programmed offset frequency -f
CLK
/4. The sum would
be 10000..00h, but because only the lower 48 bits are retained,
the effective frequency would be 0. In reality, frequencies above
8000...00h alias below f
CLK
/2 (the output of the part is real), so
the MSB is only provided as a convenience for two’s
complement calculations.
The frequency control of the NCO is the change in phase per
clock period or dφ/dt. This is integrated by the phase
accumulator to obtain frequency. The most significant 24 bits
of phase are then mapped to 16 bits of amplitude in a sine
look-up table function. The range of dφ/dt is 0–1 with 1
equaling 360° or (2 x pi) per clock period. The phase
accumulator output is also 0–1 with 1 equaling 360°. The
operations are modulo 48 bits because the MSB (Bit 47)
aligns with the most significant address bit of the sine ROM
and the ROM contains one cycle of a sinusoid. The MSB is
weighted at 180°. Full scale is 360° minus one LSB and the
phase then rolls over to 0° for the next cycle of the sinusoid.
The DDS can be clocked with either a sinusoidal or a square
wave. Refer to the digital inputs V
IH
and V
IL
values in the
electrical specifications table.
Parallel Interface
The processor interface is an 8-bit parallel write only
interface. The interface consists of eight data bits (C7:C0),
four address pins (A3:A0), a write strobe (WR), and a write
enable (WE
). The interface is a master/slave type. The
processor interface loads a set of master registers. The
contents of the master set of registers is then transferred to a
slave set of registers by asserting a pin (UPDATE
). This
allows all of the bits of the frequency control to be updated
simultaneously.
The rate which the user writes (WR) to these registers does not
have to be the same rate as the DDS clock rate (the rate of the
NCO and DAC; pin CLK). It is expected that most applications
will have a slower register write rate than the DDS clock rate. It
takes one WR cycle at the write rate for each register that is
written and another eleven CLK cycles at the DDS rate to write
and obtain a new output, assuming that the UPDATE
pin is
always active. If the UPDATE
pin is not active until after the new
word has been written, it takes fourteen CLK cycles, rather than
eleven. For cases which require the output to be updated with
all of the new frequency information present, it is necessary that
the UPDATE
be inactive until after all of the new frequency
word has been written to the device. See the Timing Diagrams
for more information. The parallel registers can be written at a
rate of CLK/2, such that updated control words can be
pipelined. If the application does not require all registers to be
written, then the output frequency can be changed more
quickly. For example, if only 32 bits of frequency information are
needed and it is desired that the output be updated all at once,
then it takes four WR cycles, then the assertion low of the
UPDATE
pin, plus another fourteen CLK cycles at the DDS rate
to write and update a new frequency.
The timing is the same whether writing to the center or offset
frequency registers. For faster frequency update, consider the
ENOFR (Enable Offset Frequency Register) option. Once the
values have been written to the center and offset frequency
registers, the user can enable and disable the offset
frequency register, which is added to the center frequency
value when enabled. The ENOFR pin has a latency of
fourteen CLK cycles, but simplifies the interface because the
only pin that has to be toggled is the ENOFR pin. See “FSK
Modulation” on page 6 for a detailed explanation.
Serial Interface
A serial interface is provided for loading a tuning frequency.
This interface can be asynchronous to the master clock of the
part. When the tuning word has been shifted into the part, it is
loaded into a holding register by the serial interface clock,
SCLK. This loading triggers a synchronization circuit to transfer
the data to a slave register synchronous with the master clock.
A minimum of eleven serial clocks (at minimum serial word size
of eight) are necessary to complete the transfer to the slave
register. Another twelve DDS CLK cycles are necessary before
the output of the DDS reflects the new frequency as shown in
Equation 3.
(EQ. 1)
f
OUT
= f
CLK
x ((CF + OF +SF) mod (2
48
))/ (2
48
)
(EQ. 2)
(125 x 10
6
)/(2
48
) = 0.4µHz resolution
(EQ. 3)
Serial loading latency = ((8 x N + 3) x SCLK)+ 12 x f
CLK
ISL5314
5
FN4901.3
January 19, 2010
where N = 1–5 (for 8–40 bit serial data) and f
CLK
is the DDS
clock rate. Three extra SCLKs are required (one for the SYNC
pulse plus two additional for register transfer). The latency in
seconds depends on how many bits of serial data are being
written and the speeds of both clocks. The center and offset
frequency registers cannot be written using the serial pins.
They must be programmed using the parallel interface.
In order to use the three-wire serial interface in a mode that is
not the default mode, the parallel control bus must be used to
reprogram Register 12. Register 12 can be set according to the
desired options of the serial interface that are described in the
register description table. Since the serial register defaults
enabled, it must be disabled in register 13 (Bit 6) if it is not used.
Register 14
The parallel control bus must be used to program register 14
with 0x00h or 0x30h after assertion of RESET
. See “Control
Register Description” on page 16 for more information.
Control Pins
There are three control pins provided for phase and frequency
control. The PH0 and PH1 pins select phase offsets of 0°, 90°,
180°, and 270° and can be used for low speed, unfiltered BPSK
or QPSK modulation. These pins can also be used for providing
sine/cosine when using two ISL5314s together as quadrature
local oscillators. The ENOFR pin enables or zeros the offset
frequency word to the phase accumulator and can be used for
FSK or MSK modulation. These control pins and the UPDATE
pin are passed through special cells to minimize the probability
of metastability. Writing anything to register 15 behaves like an
UPDATE
so that the user can save one control pin if desired.
Reset
A RESET pin is available which resets all registers to their
defaults. Register 14 must always be written with 0x00h or
0x30h after a RESET
. In order to reset the part, the user must
take the RESET
pin low, allow at least one CLK rising edge,
and then take the RESET
pin high again. The latency from
the RESET
pin going high until the output reflects the reset is
eleven CLK cycles. See “Control Register Description” on
page 16 for the default states of all bits in all registers. After
RESET
goes high, one rising edge of CLK is required before
the control registers can be written to again. The center
frequency register resets to f
CLK
/4. The offset frequency
register resets to an unknown frequency but is disabled. The
serial frequency register resets to an unknown frequency
and is enabled. If the serial register is not used, disable it in
register 13 using the parallel interface.
Comparator
A comparator is provided for square wave output generation.
The user can take the DDS analog output, filter it, and then
send it back into the comparator. A square wave will be
generated at the comparator output (COMPOUT pin) at an
amplitude level that is dependent on the digital power supply
(DV
DD
). The comparator was designed to operate at speeds
comparable to the DDS output frequency range (approximately
0MHz to 50MHz). It is not intended for low jitter applications
(<0.5ns). The comparator has a sleep mode that is activated by
connecting both inputs (IN- and IN+) to the analog power
supply plane. This will save approximately 4mA of current (as
shown in “Typical Application Circuit (Parallel Control Mode,
Sinewave Generation)” on page 3. If the comparator is not
used, leave the COMPOUT pin floating.
DAC Voltage Reference
The internal voltage reference for the DAC has a nominal
value of +1.2V with a ±60ppm/°C drift coefficient over the full
temperature range of the converter. It is recommended that
a 0.1µF capacitor be placed as close as possible to the
REFIO pin, connected to the analog ground. The REFLO
pin (11) selects the reference. The internal reference can be
selected if Pin 11 is tied low (ground). If an external
reference is desired, then Pin 11 should be tied high (the
analog supply voltage) and the external reference driven into
REFIO, Pin 12. The full-scale output current of the converter
is a function of the voltage reference used and the value of
R
SET
. I
OUT
should be within the 2mA to 20mA range,
though operation below 2mA is possible, with performance
degradation.
If the internal reference is used, V
FSADJ
will equal
approximately 1.2V (Pin 13). If an external reference is used,
V
FSADJ
will equal the external reference as shown in
Equation 4.
TABLE 1. FREQUENCY CONTROL BIT ALIGNMENTS
48 Bits
(Individual Bit Alignment)
4444 4444 3333 3333 3322 2222 2222 1111 1111 1100 0000 0000
7654 3210 9876 5432 1098 7654 3210 9876 5432 1098 7654 3210
Phase Accumulator xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx
Center Frequency xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx
Offset Frequency xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx
Serial Frequency, 8 Bits xxxx xxxx 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
Serial Frequency, 16 Bits xxxx xxxx xxxx xxxx 0000 0000 0000 0000 0000 0000 0000 0000
Serial Frequency, 24 Bits xxxx xxxx xxxx xxxx xxxx xxxx 0000 0000 0000 0000 0000 0000
Serial Frequency, 32 Bits xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx 0000 0000 0000 0000
Serial Frequency, 40 Bits xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx 0000 0000
ISL5314
6
FN4901.3
January 19, 2010
Analog Output
IOUTA and IOUTB are complementary current outputs. They
are generated by a 14-bit DAC that is capable of running at the
full 125MSPS rate. The DDS clock also clocks the DAC. The
sum of the two output currents is always equal to the full scale
output current minus one LSB. If single-ended use is desired, a
load resistor can be used to convert the output current to a
voltage. It is recommended that the unused output be equally
terminated. The voltage developed at the output must not
violate the output voltage compliance range of -1.0V to +1.25V.
R
LOAD
(the impedance loading each current output) should be
chosen so that the desired output voltage is produced in
conjunction with the output full scale current. If a known line
impedance is to be driven, then the output load resistor should
be chosen to match this impedance. The output voltage is
shown in Equation 5:
These outputs can be used in a differential-to-single-ended
arrangement. This is typically done to achieve better harmonic
rejection. Because of a mismatch in IOUTA and IOUTB, the
transformer does not improve the harmonic rejection. However,
it can provide voltage gain without adding distortion. The SFDR
measurements in this data sheet were performed with a 1:1
transformer on the output of the DDS (see Figure 1). With the
center tap grounded, the output swing of pins 17 and 18 will be
biased at 0V. The loading as shown in Figure 1 will result in a
500mV
P-P
signal at the output of the transformer if the full scale
output current of the DAC is set to 20mA.
V
OUT
= 2 x I
OUT
x R
EQ
, where R
EQ
is 12.5Ω. Allowing the
center tap to float will result in identical transformer output,
however, the output pins of the DAC will have positive DC
offset, which could limit the voltage swing available due to the
output voltage compliance range. The 50Ω load on the output
of the transformer represents the load at the end of a
‘transmission line’, typically a spectrum analyzer, oscilloscope,
or the next function in the signal chain. The necessity to have a
50Ω impedance looking back into the transformer is negated if
the DDS is only driving a short trace. The output voltage
compliance range does limit the impedance that is loading
the DDS output.
Application Considerations
Ground Plane
Separate digital and analog ground planes should be used. All
of the digital functions of the device and their corresponding
components should be located over the digital ground plane
and terminated to the digital ground plane. The same is true for
the analog components and the analog ground plane. Pins 11
through 24 are analog pins, while all the others are digital.
Noise Reduction
To minimize power supply noise, 0.1μF capacitors should be
placed as close as possible to the power supply pins, AV
DD
and DV
DD
. Also, the layout should be designed using
separate digital and analog ground planes and these
capacitors should be terminated to the digital ground for
DV
DD
and to the analog ground for AV
DD
. Additional filtering
of the power supplies on the board is recommended.
Power Supplies
The DDS will provide the best SFDR (spurious free dynamic
range) when using +5V analog and +5V digital power supply.
The analog supply must always be +5V (±10%). The digital
supply can be either a +3.3V (±10%), a +5V (±10%) supply,
or anything in between. The DDS is rated to 125MSPS when
using a +5V digital supply and 100MSPS when using a
+3.3V digital supply.
Improving SFDR
+5V power supplies provides the best SFDR. Under some
clock and output frequency combinations, particularly when
the f
CLK
/f
OUT
ratio is less than 4, the user can improve
SFDR even further by connecting the COMP2 pin (19) of the
DDS to the analog power supply. The digital supply must be
+5V if this option is explored. Improvements as much as
6dBc in the SFDR-to-Nyquist measurement were seen in the
lab.
FSK Modulation
Binary frequency shift keying (BFSK) can be done by using
the offset frequency register and the ENOFR pin. M-ary FSK
or GFSK (Gaussian) can be done by continuously loading in
new frequency words. The maximum FSK data rate of the
ISL5314 depends on the way the user programs the device
to do FSK, and the form of FSK.
For example, simple BFSK is efficiently performed with the
ISL5314 by loading the center frequency register with one
frequency, the offset frequency register with another
frequency, and toggling the ENOFR (enable offset frequency
register) pin. The latency is fourteen CLK cycles between
assertion of the ENOFR pin and the change occurring at the
analog output. However, the change in frequency can be
pipelined such that the ENOFR can be toggled at a rate up to
as shown in Equation 6:
(EQ. 4)
I
OUT
(Full Scale) = (V
FSADJ
/R
SET)
x 32
(EQ. 5)
V
OUT
= I
OUT
X R
LOAD
PIN 17
PIN 18
100Ω
ISL5314
50Ω
50Ω
50Ω
FIGURE 1. TRANSFORMER OUTPUT CIRCUIT OPTION
IOUTB
IOUTA
V
OUT
= (2 x I
OUT
x R
EQ
)V
P-P
R
EQ
IS THE IMPEDANCE
SPECTRUM ANALYZER
50Ω REPRESENTS THE
LOADING EACH OUTPUT
(EQ. 6)
ENOFR
MAX
= f
CLK
/2
ISL5314

ISL5314IN

Mfr. #:
Manufacturer:
Renesas / Intersil
Description:
Digital Signal Processors & Controllers - DSP, DSC DIRECT DIGTL SYNTHESIZER
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union

Products related to this Datasheet