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.

[参考译文] CCS:MSP430FR2111配置波形问题

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/932478/ccs-msp430fr2111-config-the-waveform-issue

主题中讨论的其他器件:MSP430FR2111MSP430WARE

工具/软件:Code Composer Studio

您好:

我们使用 MSP430FR2111 来控制电机 ,需要按如下方式配置波形( waveform.jpg):

能不能 !我们配置这个波形并提供代码?谢谢

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

    您好、BERT、

    您可以查看 MSP430Ware 中的代码示例 timer_b_ex1_continuousModeCCR0。 计时器可用于设置每个 GPIO 上 H 或 L 的周期。 它最初将 P1.0配置为输出引脚并在每个定时器周期内切换。 您可以为上述 GPIO P2.1、P2.0、P1.5和 P1.4添加相同的功能。

    Srinivas

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

    您好,Srinivas:

    感谢 您回答此问题。我将尝试并反馈结果。

    谢谢!