Hi!
I have seen in HRPWM module PDF that the fine DC tuning is not working on first 3 SYSCLK ticks, there are also many examples in this PDF that shows how to calculate minimal (in case of up counting) and maximal (in case of down counting) duty cycles. I would like to get symetric PWM output (constant time between pulse centers). For this purpose I need to configure the module to use updown count mode and also configure the output pin to be set when counter reaches desired value while counting up and clear when the same value is reached while counting down. The question is where should I measure those 3 SYSCLK ticks? Should those be measured from the time when counter reached 0? If I understand correctly, in my scenario, minmal SYSCLK ticks will limit the maximal duty cycle value.
Am I correct?
Thanks.