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.

[参考译文] MSP430FR5043:超声波通道的交替激励脉冲序列

Guru**** 2419530 points
Other Parts Discussed in Thread: MSP430FR5043

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1545560/msp430fr5043-alternating-excitation-pulse-sequence-for-ultrasonic-channels

器件型号:MSP430FR5043


工具/软件:

您好:

目前、我正在使用 MSP430FR5043 开发一款超声波水表测量器件。 我对超声波传感器的激励脉冲序列配置有疑问。

目前、激励脉冲序列如下:

  • Channel 0 (UPS)→UPS and DNS Gap (µs μ s)→Channel 1 (DNS)→UPS0 to UPS1 Gap (ms)→Channel 0 (UPS)→……

在此配置中、UPS(通道 0)的激励脉冲始终首先启动、然后是 DNS(通道 1)。
我想知道是否可以替换激励序列、例如:

Channel 0 (UPS)→UPS and DNS Gap (µs μ s)→Channel 1 (DNS)→UPS0 to UPS1 Gap (ms)→

Channel 1 (DNS)→UPS and DNS Gap (µs μ s)→Channel 0 (UPS)→UPS0 to UPS1 Gap (ms)→

通道 0 (UPS)→..

换言之、我想在每个测量周期交替使用 UPS 和 DNS 之间的起始通道。
MSP430FR5043 是否支持此配置、如果支持、如何实现?

非常感谢您的支持。

此致

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

    您好、

    捕获序列由 演示工程中的 USS_SEQUENCE_SELECTION 定义。 默认设置为 CH0_CH1 表示“Channel 0 (UPS)→UPS and DNS Gap (µs μ s)→Channel 1 (DNS)→UPS0 to UPS1 Gap (ms)→Channel 0 (UPS)→……“。 您可以更改其值、并每次重新配置 USS 模块。 也可以直接在代码中使用  USS_SEQUENCE_SELECTION 来搜索代码、并根据需要更改条件。  

    此致、

    现金好