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.
您好:
我以前用的是2407汇编写程序,计数方式是递增模式,发PWM的时候有一个判断,比如电网角度在0到30°时候,PWM是高有效的,30°到60°的时候是低有效的,没有问题。我现在改用dsp2808,用C写程序,实现同样的功能出现问题了,发现高有效、低有效不能来回设置,也就是说在0到30°设置为高有效的话,那么在30°到60°时候也要设置为高有效,两者必须一致,否则PWM波形就不正确了。
请问上述问题是2808的局限吗,还是我应用的有问题,某个地方没有设置还是什么原因呢?2808能实行刚才所描述的要求吗?谢谢!