This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP430F4619中LFXT1设置为HF模式后,外挂8M晶体不起振

Other Parts Discussed in Thread: MSP430F4619

您好,我使用的芯片型号为MSP430F4619, LFXT1外挂8Mhz晶体,有焊2个15pf 对地电容。

时钟模块寄存器配置如下:

FLL_CTL0 =0x40 ; // LFXT1设置为HF MODE(XTS_FLL=1),  XCAPxPF=00
FLL_CTL1 =0x7B; // 关闭XT2,SMCLK, SELMx=11,

P1DIR |=0xff;  
P1SEL =0x22;  //P1.1配成MCLK, P1.5配成ACLK 

运行程序后,读取FLL_CTL0值为0x45,读取FLL_CTL1值为0x7B

电源电压为3.0V. 

量测MCLK和ACLK均无时钟波形输出

-------------------------------------------------------------

请问:这个8M晶体不起振可能是什么原因? 

另外,LFXT1的晶体频率如果是8M的话,最低的供电电压要求多少?