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.

[参考译文] MSP430I2040:EMDC 使用哪个计时器进行计算和其他用途?

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1018049/msp430i2040-which-timer-is-used-by-the-emdc-for-calculation-and-other-purposes

器件型号:MSP430I2040

您好!

我正在使用 MSP430I2040S。 我们需要来自微控制器的 PWM 信号。 我们了解 EMDC 生成的代码使用计时器。 我们希望使用另一个计时器来生成应用的 PWM。 您能告诉我 EMDC 使用了哪些计时器吗?

此致、

Rajkumar

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

    您好、Rajkumar、

    EMDC 代码中未使用计时器。 SD ADC ISR 以特定的采样频率(例如4kHz、8kHz 等)触发、用于读取 ADC 样本并定期处理数据。  这意味着您可以完全访问要添加到代码中的所有计时器模块、以实现 PWM 输出。

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

    感谢并对延迟答复表示歉意。

    此致、

    Rajkumar