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.

MSP430 中可以同时使用VLO和LFXT1么?

Other Parts Discussed in Thread: MSP430G2553

最近学MSP430G2553 Launchpad,关于时钟,如果我想MCLK以VLO为时钟源,而ACLK以32768晶体为时钟源,可以么,如何设置?

  • hong wu,

    你想要的这种配置MSP430G2553不能做到,可参照其user gudie的Basic Clock Module+章 ,但是MSP430F5xx/6xx是完全正交的时钟系统,可以做到。

    因为VLO和32768 LFXT1均属于低频时钟源,一般而言,将其作为ACLK的时钟源。而MCLK一般会设置为一些较高的主频值。

    请问你用于什么应用?这样设计的原因是什么?

    BR,

    Lina

  • 只是在学习过程中想到的,并没有什么实际用途,多谢你的回答,对我很有帮助。