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.

F28035通过GPIO口输出Pwm信号

Other Parts Discussed in Thread: CONTROLSUITE

我想要通过GPIO口输出Pwm信号需要做哪些寄存器的设置?各位有没有相关的简单程序给参考一下?

  • 你好,

    安装controlSUITE,其中有你需要的28035的PWM输出例程,在此文件夹中:

    C:\ti\controlSUITE\device_support\f2803x\v127\DSP2803x_examples_ccsv5

    这里是将GPIO功能复用作PWM外设,通过设置PWM寄存器输出PWM波

  • 上面TI员工说的很详细了  

    但是我从你的意思感觉   应该是你想用GPIO口模拟输出PWM波

    这样的话首先你要确认是否需要固定的频率   占空比需要调整吗 

    还是建议你用事件管理器吧