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.
工具/软件:Code Composer Studio
您好!
我目前正在研究一个项目、该项目涉及获取 PWM 信号、并使用输出 RC 滤波器将其转换为正弦波。
我参考了以下应用手册:
http://www.ti.com/lit/an/spna217/spna217.pdf
我有一个问题、即在所需的各个占空比中循环的正确方法是什么。 我目前正在使用 if 语句通过使用 TIMERA_0 ISR 分配给 TA0CCR1的正确占空比值递增。 这是循环占空比并持续重复的正确方法吗?
感谢您的任何反馈和支持。
此致、
Connor Connaughton
您好 Connor、
您是对的、这里是另一个参考 http://www.ti.com/lit/an/slaa804/slaa804.pdf
此致、
灵