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.

[参考译文] LP-MSPM0G3507:基于比较器事件生成 PWM (包括具有可编程死区时间的互补输出)

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1404229/lp-mspm0g3507-generate-pwms-include-complimentary-output-with-programmable-dead-time-based-on-comparator-event

器件型号:LP-MSPM0G3507
主题中讨论的其他器件: SysConfig

工具与软件:

您好!

我将使用 LP-MSPM0G3507、目的是使用比较器事件生成2个具有死区插入功能的互补 PWM (PWM 必须由比较器事件自动触发)

我是否可以简单地使用 发布者通道 ID 并配置比较器事件、并通过订阅者端口通道将此事件连接到 PWM 驱动程序中?

如果没有、是否有替代的解决办法?

提前感谢您。

此致、

Corentin

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

    尊敬的 Corentin:

    上述假设是正确的、您可以将比较器配置为发布事件、然后让计时器订阅该事件。 此配置都可以在 SysConfig 中完成。 有关更多信息、请参阅 器件 TRM 的第25.2.9节中断和事件支持

    作为一个替代方案、如果由于某些原因而选择不使用事件系统、你可以使用比较器中断 ISR 来启动定时器。

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

    感谢您的确认!