English
Language : 

LM3S601 Datasheet, PDF (58/446 Pages) List of Unclassifed Manufacturers – Microcontroller
System Control
Applications that do not depend on accurate clock sources may use this clock source to reduce
system cost.
■ Main Oscillator: The main oscillator provides a frequency-accurate clock source by one of two
means: an external single-ended clock source is connected to the OSC0 input pin, or an external
crystal is connected across the OSC0 input and OSC1 output pins. The crystal value allowed
depends on whether the main oscillator is used as the clock reference source to the PLL. If so,
the crystal must be one of the supported frequencies between 3.579545 MHz through 8.192
MHz (inclusive). If the PLL is not being used, the crystal may be any one of the supported
frequencies between 1 MHz and 8.192 MHz. The single-ended clock source range is from DC
through the specified speed of the device. The supported crystals are listed in the XTAL bit in
the RCC register (see page 72).
The internal system clock (sysclk), is derived from any of the two sources plus two others: the output
of the internal PLL, and the internal oscillator divided by four (3 MHz ± 30%). The frequency of the
PLL clock reference must be in the range of 3.579545 MHz to 8.192 MHz (inclusive).
Nearly all of the control for the clocks is provided by the Run-Mode Clock Configuration (RCC)
register.
Figure 6-2 on page 58 shows the logic for the main clock tree. The peripheral blocks are driven by
the system clock signal and can be programmatically enabled/disabled. The PWM clock signal is
a synchronous divide by of the system clock to provide the PWM circuit with more range.
Figure 6-2. Main Clock Tree
OSC1
OSC2
Main
Osc
1-8 MHz
Internal
Osc
12 MHz
÷4
OSCSRCa
PLL
(200 MHz
output)
OENa
XTALa
PWRDNa
BYPASSa
USESYSDIVa
SYSDIVa
System Clock
PWMDIVa
PWM Clock
USEPWMDIVa
a. These are bit fields within the Run-Mode Clock Configuration (RCC) register.
6.1.4.2
Crystal Configuration for the Main Oscillator (MOSC)
The main oscillator supports the use of a select number of crystals. If the main oscillator is used by
the PLL as a reference clock, the supported range of crystals is 3.579545 to 8.192 MHz, otherwise,
the range of supported crystals is 1 to 8.192 MHz.
The XTAL bit in the RCC register (see page 72) describes the available crystal choices and default
programming values.
Software configures the RCC register XTAL field with the crystal number. If the PLL is used in the
design, the XTAL field value is internally translated to the PLL settings.
58
October 01, 2007
Preliminary