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.

[参考译文] MSP430FR6047:MSP430FR6047中的参数问题(&L);ussswlib。 管理(&G);

Guru**** 2391845 points


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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/801751/msp430fr6047-parameter-problem-in-msp430fr6047-ussswlib-h

器件型号:MSP430FR6047

根据图、如果 ASQ_clock_freq=68MHz、那么 HSPLL_clock_FREQ=1088MHZ?

在 USS_userConfig.h 中、HSPLL_CLOCK FREQ 是否等于 USS_HSPLL_FREQ_IN_MHz?

通过在线调试、StartADCsamplplingCount 已知为3336。 如果 USS_HSPLL_FREQ_IN_MHz=80MHz=HSPLL_CLOCK _FREQ (未找到与 HSPLL_CLOCK _FREQ 对应的值、我认为它与 USS_HSPLL_FREQ_IN_MHz 相同。 根据注释 ASQ clock =(HSPLL_CLOCK _FREQ/16)=5MHZ、(1/ASQ_CLOCK _freq)*(1)*(startADCsamplingCount)=(1/5mhz)*(1)*(3336)= 667.2usec、这是正确的吗?

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

    A1。 68MHz 只是一个示例、而不是实际频率。
    答2. 是的、您的理解是正确的。