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.
andrew shi,
此问题我曾经TI e2e上也问过,你可以参考一下答案,具体链接如下:
https://e2e.ti.com/support/microcontrollers/msp430/int-msp430/f/167/t/213353.aspx
具体回答,我copy过来了,如下:
Lina,
This N(DCO) number in the datasheet and user's guide assumes that XT1 is sourced from a 32kHz crystal to generate the 1MHz clock. The equation to calculate FLL output is in the User's Guide as depicted in the image above.
Yes indeed you can source the FLL from VLO, but the VLO is not an accurate clock source. In the datasheet, VLO can vary from 4kHz to 20kHz with a typical value of 12kHz. If the FLL reference is not an accurate clock source, you will expect a huge variance across multiple devices on your FLL output. To enable VLO for your FLL reference, you would first need to configure the XT1 to source from VLO.
Then, as estimate to generate 1MHz out from VLO, you would need to configure the N-multiplier to around 82 = ([1000000 / 12000] - 1) if the VLO is around 12kHz.
Regards,
William