- MCLK msp430F449 doesn't work with XT2 clock source
- Posted by el_777 on March 16th, 2006
I'm working with the ms430-449STK2 olimex development kit that IA
distributes with its software,
"XT2 = 8Mhz"
The problem is that I can't select the XT2 as a clock source for the MCLK
In fact I make this instruction:
FLL_CTL1 = (SELS + SELM1) & (~XT2OFF);
and the IAR IDE show me that the right bits are sets, as follows:
SELM1 = 1
SELM0 = 0
XT20FF= 0
SELS = 1
However the MCLK works like I had selected the DCOPLUS source.
Like an extra comment, something weird is that I can configure the XT2 a
a clock source for SMCLK.
Similar Posts
- Cisco AS5300 - Change Clock Source (Routers) by millh0use
- Atmega Internal clock source accuracy (Microprocessors) by eeh
- Where can I find some introductory course on MSP430F449? (Microprocessors) by Acceed See
- Problem in Receiving char on MSP430F449 (Microprocessors) by mahesh_shobhraj@hotmail.com
- DTE, DCE, clock source (Routers) by Martull

