Table of Contents

MSP430: Clock Systems and Timers

Benefits:

Clock module can operate with or without external components like crystals and resonators.

Clock Sources

External

LFXTCLK

HFXTCLK

Internal

VLOCLK

DCOCLK

MODCLK

Clock Signals

Master Clock (MCLK) ** * Software selectable as LFXTCLK, VLOCLK, MODCLK, DCOCLK or HFXTCLK. * Can be divided by 1,2,4,8,16 or 32. * Used by the CPU and the system. **Subsystem Master Clock (SMCLK) ** * Software selectable as LFXTCLK, VLOCLK, MODCLK, DCOCLK or HFXTCLK. * Used by peripheral modules. **Auxiliary Clock (ACLK) ** * Software selectable as LFXTCLK, VLOCLK or LFMODCLK. * Can be divided by 1,2,4,8,16 or 32. * Used by peripheral modules. **Module Clock (MODCLK) ** * Sourced by MODOSC. * Used by various peripheral modules. **VLO Clock (VLOCLK)

Clock source for each clock signal is selected using the SEL register. ACLK, MCLK and SMCLK use SELAx, SELMx, and SELSx respectively to select clock source.

Clock Configuration

There are 7 Clk system control registers: