MCU : ATSAME51G49A
I want to output waveform with adjustable duty cycle using PA05 port
Below is my configuration
TC_GCLK is 120M
TC0 is configured as 32-bit, NPWM mode
But with the above configuration, PA05 has no output waveform.
If I use MPWM mode, by changing CC0 and CC1, the waveform can be output correctly, and it can also meet my requirements.
I'm just trying to figure out, why can't NPWM mode output a waveform?