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.

TMS320F28027在另一中断中如何关闭正在运行的PWM的问题

Other Parts Discussed in Thread: TMS320F28027

您好!

          TMS320F28027 + CCS5.1   运行环境

         问题描述如下

         1、使用 PWM1 模块,并设置 PWM1中断,中断周期200US;

         2、使用 PWM2 模块,并设置 PWM2中断,中断周期400US;               

         要求:当PWM1中断的时候,希望在PWM1中断服务程序中关闭正在运行的PWM2;