SLAA649G October 2014 – August 2021 MSP430F2001 , MSP430F2002 , MSP430F2003 , MSP430F2011 , MSP430F2012 , MSP430F2013 , MSP430F2013-EP , MSP430F2101 , MSP430F2111 , MSP430F2112 , MSP430F2121 , MSP430F2122 , MSP430F2131 , MSP430F2132 , MSP430F2232 , MSP430F2234 , MSP430F2252 , MSP430F2254 , MSP430F2272 , MSP430F2274 , MSP430F2274-EP , MSP430F233 , MSP430F2330 , MSP430F235 , MSP430F2350 , MSP430F2370 , MSP430F2410 , MSP430F2416 , MSP430F2417 , MSP430F2418 , MSP430F2419 , MSP430F247 , MSP430F2471 , MSP430F248 , MSP430F2481 , MSP430F249 , MSP430F249-EP , MSP430F2491 , MSP430F2616 , MSP430F2617 , MSP430F2618 , MSP430F2619 , MSP430F2619S-HT , MSP430FR2032 , MSP430FR2033 , MSP430FR2110 , MSP430FR2111 , MSP430FR2153 , MSP430FR2155 , MSP430FR2310 , MSP430FR2311 , MSP430FR2353 , MSP430FR2355 , MSP430FR2433 , MSP430FR2475 , MSP430FR2476 , MSP430FR2532 , MSP430FR2533 , MSP430FR2632 , MSP430FR2633 , MSP430FR2672 , MSP430FR2673 , MSP430FR2675 , MSP430FR2676 , MSP430FR4131 , MSP430FR4132 , MSP430FR4133 , MSP430G2001 , MSP430G2101 , MSP430G2102 , MSP430G2111 , MSP430G2112 , MSP430G2121 , MSP430G2131 , MSP430G2132 , MSP430G2152 , MSP430G2153 , MSP430G2201 , MSP430G2202 , MSP430G2203 , MSP430G2210 , MSP430G2211 , MSP430G2212 , MSP430G2213 , MSP430G2221 , MSP430G2230 , MSP430G2230-EP , MSP430G2231 , MSP430G2231-EP , MSP430G2232 , MSP430G2233 , MSP430G2252 , MSP430G2253 , MSP430G2302 , MSP430G2302-EP , MSP430G2303 , MSP430G2312 , MSP430G2313 , MSP430G2332 , MSP430G2332-EP , MSP430G2333 , MSP430G2352 , MSP430G2353 , MSP430G2402 , MSP430G2403 , MSP430G2412 , MSP430G2413 , MSP430G2432 , MSP430G2433 , MSP430G2444 , MSP430G2452 , MSP430G2453 , MSP430G2513 , MSP430G2533 , MSP430G2544 , MSP430G2553 , MSP430G2744 , MSP430G2755 , MSP430G2855 , MSP430G2955 , MSP430I2020 , MSP430I2021 , MSP430I2030 , MSP430I2031 , MSP430I2040 , MSP430I2041
While the FR4xx can source MCLK at 16 MHz, FRAM access is limited to 8 MHz by the FRAM controller, and wait states are required when MCLK is greater than 8 MHz. For configuring wait states, see Section 3.4. Code execution from RAM and accesses to peripherals can be carried out at 16 MHz.
The ADC module's internal oscillator on the F2xx family has been renamed to MODOSC in the FR4xx family (similar to the F5xx family).
The FR4xx CS supports the 'clocks-on-demand' feature. In the F2xx family, the availability of a system clock is affected by entry into a low-power mode. For example, SMCLK is turned off in LPM3 and, hence, any peripheral such as a timer that uses SMCLK is inactive in LPM3. The FR4xx, however, allows the LPM settings to be overridden by a clock request. As long as there is an active request for a clock from a peripheral, the clock remains on, regardless of the LPM setting. This is most easily seen when there is increased power consumption when porting code between families. It is left to the user to disable any modules that request the clock source and prevent the device from entering the required LPM. As an option, this feature can be disabled using the Clock System Control 8 (CSCTL8) register bits MODOSCREQEN, SMCLKREQEN, MCLKREQEN, and ACLKREQEN.
Table 7-1 lists important differences between the clock systems.
Parameter | FR4xx | F2xx |
---|---|---|
Maximum system frequency, fSYSTEM | 16 MHz or 24 MHz | 16 MHz |
XT1 oscillator | Supports LF or LF and HF modes(1) | Supports LF and HF modes |
XT2 oscillator | Not available | Supports up to 16 MHz |
DCO range | Factory-provided frequencies only | 0.06 to 26 MHz |
FLL | Available | Not available |
REFO | Available, low-power mode | Not available |
LFMODCLK (MODOSC/128) | Not available | Not available |
VLO control | Available with VLOAUTOOFF | Available with OSCOFF in LPM4 |
Production calibrated frequencies | None | 1 MHz, 8 MHz, 12 MHz, and 16 MHz |
Clock sources for MCLK | DCOCLKDIV, XT1CLK, REFOCLK, VLOCLK | DCOCLK, VLOCLK, LFXT1CLK, or XT2CLK(2) |
Clock sources for SMCLK | MCLK | DCOCLK, (LFXT1CLK and VLOCLK), or XT2CLK(2) |
Clock sources for ACLK | XT1CLK, REFOCLK, VLO(3) | LFXT1CLK, VLOCLK(2) |
External crystal fail-safe operations | XT1, LF: defaults to REFOCLK, XT1, HF: defaults to DCOCLKDIV | For any crystal failure: OFIFG is set, MCLK sourced by crystal defaults to DCO. Other clock sources do not have a fail‑safe option. |
OFIE reset in fail-safe operation | Not reset automatically | Reset automatically |
Registers | CSCTL0 through CSCTL8 | DCOCTL, BCSCTL1 through BCSCTL3 |
DCO bits | 9 | 3 |
Internal load capacitors for XT1 oscillator | Not available | Available |
For more information about the clock system in the FR4xx devices, see the MSP430FR4xx and MSP430FR2xx family user's guide.