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.

[参考译文] MSP430F6736A:系统时钟微调

Guru**** 2387150 points
Other Parts Discussed in Thread: MSP430F6736A
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/985525/msp430f6736a-system-clock-fine-tuning

器件型号:MSP430F6736A
主题中讨论的其他器件: MSP430WARE

您好!

 

我正在项目中使用 Msp430F6736A、并生成25.165Mhz 时钟作为系统时钟

我 使用启用了 PJ_1/MCLK/TDI/TCLK 上的时钟

PJSEL=BIT1;
PJDIR=BIT1;  

当我使用示波器测量时钟时,观测器时钟不一致,即有噪声或时钟不稳定。 差异高达600Hz  

是否有办法微调此时钟或调整时钟?

谢谢你  

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!

    我找不到针对 F6736A 的25MHz 代码示例、但是我找到 了针对 F55xx 系列的'SP430F55xx_UCS_10.c'示例、该示例应该适用于 F6736A。 不过、您需要更改输出时钟的引脚。 更重要的是、该示例演示了如何正确地逐级提高 VCORE 设置。 如果您在 CCS 中安装了 MSP430Ware、则可以在此处找到相同的示例并将其导入到工作区中。

    此致、

    James