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.

[参考译文] MSP430FR6043:最大可测量 ToF 时间

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/944333/msp430fr6043-maximum-measurable-tof-time

器件型号:MSP430FR6043

您好!

您能告诉我 USS 库中的最大可测量 ToF 时间吗?

此致、

U-SK

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

    您好、U-SK、

    这取决于以下参数:(a)脉冲启动和 ADC 捕获之间的间隔(b)信号从 ADC 捕获启动开始。 第1个参数的大小可以与相同  

    有关"startADCsamplplingCount"、请参阅位于的 API 指南文档  

    文件:///C:/ti/msp/USS_02_40_00_00/USS/docs/API_Guide/html/struct___u_s_s___measurement___configuration__.html #a7df4f25f5cb39a918ce1f26ce8c05ac9  

    我在此复制:

    --------------------------------------------------

    该计数决定开始 ADC 采集的时间。 该计数基于 1 ASQ 时钟=(HSPLL_CLOCK _FREQ/16) 周期。 例如、如果 TurnOnADCCount = 15且 ASQ 时钟为68MHz、则将开始 ADC 采样
    (1/ASQ_clock_freq)*(1)*(startADCsamplingCount)=(1/68MHz)*(1)*(15)= 0.22 μ s
    在采集序列被触发后。

    "startADCsamplingCount"有效范围(0x0002 - 0xFFFF)

    --------------------------------------------------

    对于80MHz PLL,这可以高达(2^15)*(1/5) us =6.55ms。

    Srinivas