Hi,
I was wondering if I would be able to blank the PWM pulses based on an external trigger. To say it in more detail, lets say that PWMA0 is an independent channel that has a 50% duty cycle with a frequency of 1khz and an external GPIO which is configured to be output pin.
So, when I make this pin high, I want the PWM pulses on PWMA0 to go blank and when this pin goes low, the pulses should resume.
Is it possible? If so, how will I be able to achieve it?