Hello, i wish to generate a pwm signal with variable duty cycles using the Capcom unit 6. My question is: on what signal should i trigger to make a shadow transfer, to reload the compare register with new values?
If you are making a simple PWM you would typically enable the shadow transfer (by software) after writing the new duty cycle value. The hardware then will transfer the new values upon the timer overflow.
Thanks, it works