I am using the SAMD51 processor and having trouble creating a PWM component. I have created 5 successful PWM outputs (using TC2, TCC0, TC4, TCC4 and TC5). When I go to create a new one on my "PA12" output, I get no output. All the other PWM outputs work well. I have to use PA12 because the board is complete. If I try PA12 on another Clock like TCC0, it works, but because of the chip restrictions, there are only 3 clocks that PA12 uses (section 6.1 "Mulitplexed Signals"), and the other 2 (TC2 and TCC0) are already in use by other PWM outputs.
What am I missing in the TCC1 setup that would lead to no PWM output oscillation? Thanks!
Here's my configuration: