Other Parts Discussed in Thread: TMS320F28035, TMS320F28377D
Hi every one!
Have any ways to improve the resolution of PWM in F28035 without using HRPWM?
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.
Other Parts Discussed in Thread: TMS320F28035, TMS320F28377D
Hi every one!
Have any ways to improve the resolution of PWM in F28035 without using HRPWM?
Tien,
There is no hardware feature that directly enables PWM dithering. You'll have to address in software.
One option could be to adjust the PWM frequency/duty from cycle to cycle in the ISR equivalent to the dithering effect you need.
But the resolution of the change will again be limited to the PWM clock frequency - if you do not use HR.
-Bharathi.