Spectrum Brands MI.61XX manual Clock generation, Internally generated sample rate

Models: MI.61XX

1 79
Download 79 pages 24.06 Kb
Page 54
Image 54

Overview

Clock generation

 

 

Clock generation

Overview

The Spectrum boards offer a wide variety of different clock modes to match all the customers needs. All the clock modes are described in detail with programming examples below. This chapter simply gives you an overview which clock mode to select:

Standard internal sample rate

PLL with internal 40 MHz reference. This is the easiest way to generate a sample rate with no need for additional external clock signals. The sample rate has a fine resolution.

Quartz and divider

Internal quarz clock with divider. For applications that need a lower clock jitter than the PLL produces. The possible sample rates are restricted to the values of the divider.

External reference clock

PLL with external 1 MHz to 125 MHz reference clock. This provides a very good clock accuracy if a stable external reference clock is used.It also allows the easy synchronization with an external source.

External clock

Any clock can be fed in that matches the specification of the board. The external clock signal can be used to synchronize the board on a system clock or to feed in an exact matching sample rate.

External clock with divider

The externally fed in clock can be divided to generate a low-jitter sample rate of a slower speed than the external clock available.

There is a more detailed description of the clock generation part available as an application note. There some more background information and details of the internal structure are explained.

Internally generated sample rate

Standard internal sample rate

The internal sample rate is generated in default mode by a PLL and dividers out of an internal 40 MHz frequency reference. In most cases the user does not need to care on how the desired sample rate is generated by multiplying and dividing internally. You simply write the desired sample rate to the according register shown in the table below. If you want to make sure the sample rate has been set correctly you can also read out the register and the driver will give you back the sample rate that is matching your desired one best.

Register

Value

Direction

Description

SPC_SAMPLERATE

20000

w

Defines the sample rate in Hz for internal sample rate generation.

 

 

r

Read out the internal sample rate that is nearest matching to the desired one.

If a sample rate is generated internally, you can additionally enable the clock output. The clock will be available on the external clock con- nector and can be used to synchronize external equipment with the board.

Register

Value

 

Direction

 

Description

SPC_EXTERNOUT

20110

 

r/w

 

Enables the clock output on the external clock connector. Only possible with internal clocking.

Example on writing and reading internal sample rate

 

 

 

 

 

 

 

SpcSetParam (hDrv, SPC_SAMPLERATE,

1000000);

 

// Set internal sample rate to 1 MHz

SpcSetParam (hDrv, SPC_EXTERNOUT,

1);

 

// enable the clock output of that 1 MHz

SpcGetParam (hDrv, SPC_SAMPLERATE,

&lSamplerate);

// Read back the sample rate that has been programmed

printf („Samplerate = %d\n“, lSamplerate);

// print it. Output should be „Samplerate = 1000000“

Minimum internal sample rate

The minimum internal sample rate is limited on all boards to 1 kHz and the maximum sample rate depends on the specific type of board. The maximum sample rates for your type of board are shown in the tables below.

54

MI.61xx Manual

Page 54
Image 54
Spectrum Brands MI.61XX manual Clock generation, Internally generated sample rate, Standard internal sample rate