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.


Reply via email to