Hi,

I have exactly the same problem here. My MSP430F449 MCLK refuses to use the
XT2 clock. Also the SMCLK does use the XT2 clock without problems. I use
this clock for UART and other timers.

Sipke



-----Oorspronkelijk bericht-----
Van: mspgcc-users-ad...@lists.sourceforge.net
[mailto:mspgcc-users-ad...@lists.sourceforge.net]namens Sebastien Taylor
Verzonden: donderdag 22 juli 2004 0:20
Aan: mspgcc-users@lists.sourceforge.net
Onderwerp: [Mspgcc-users] MCLK sourced from XT2


Hello, I am having a strange problem getting the MCLK to work with an
external 8Mhz XT2.  I've set it up along with SMCLK to source from the
XT2, and SMCLK works great at 8Mhz, but the MCLK will only run at 6Mhz.
  Does anyone have any ideas?

        _BIS_SR(OSCOFF);        /* Disable LFXT1CLK (32Khz) */
        SCFI0 = FN_8;
        FLL_CTL1 = SELM_XT2 | SELS;
        P1DIR = 0x12;
        P1SEL = 0x12;


Thanks for any help.



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users



Reply via email to