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.

[参考译文] MSP430FR2422:DCO 设置

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/920229/msp430fr2422-dco-setting

器件型号:MSP430FR2422

你好

我想问一下 MSP430FR2422的 DCO 设置。

客户参考 MSP430FR2422示例代码的 msp430fr2422_CS_03.c。
MSP430FR2422示例代码(SLAC750C.ZIP)是从以下 URL 获取的。
www.ti.com/.../MSP430FR2422

问题1.
它是否需要使用(启用) FLL 将 DCO 设置为16MHz?
(客户认为设置 CSCTL1[DCORSEL]= 101b 已足够。)

此致、

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

    DCORSEL 设置一个范围--一个相当大的范围。 [参考数据表(SLASEE5C)表5-6。 每个大盒子都是单个 RSEL 设置。]

    因此、为了缩小速度范围、您还需要在 CSCTL0中设置 DCO 值、但您需要知道要放置的值是什么、并且该值会因器件、温度和电压而异。

    或者、您可以告诉 FLL 所需的确切速度(您仍然必须选择 RSEL 范围)、它将为您确定 DCO 值。 它还将监控时钟并在温度发生变化时调整 DCO 值。