资料上只说了16-Bit PWM Mode,按M3SSCLK=75M算,输出的最低频率为75M/65535=1144HZ,如果我要输出10HZ的PWM波,是否有其他方法实现?
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.
资料上只说了16-Bit PWM Mode,按M3SSCLK=75M算,输出的最低频率为75M/65535=1144HZ,如果我要输出10HZ的PWM波,是否有其他方法实现?
只能降低PWM Timer的时钟频率?
那是否是通过GPTM Timer A Prescale (GPTMTAPR) Register分频的?
TimerA是 General Purpose的Timer?
PWM的Timer是PWM模块上的Timer,两者不是同一个Timer