Replies: 1 comment 1 reply
-
should work. Hopefully that's what you have. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to get PWM on PIN_PD5 with TCD using AVR32DD14. I'm using version 1.5.11 of DxCore.
According to the documentation, since analogWrite is PORTMUX-aware, this should be as easy as:
This gives me nothing on PD5. I've tried manually setting PORTMUX.TCDROUTEA to PORTMUX_TCD0_ALT4_gc and it has also no effect.
PWM on e.g. PIN_PC1 works just fine. Can someone confirm this before I file a bug report? Or am I missing something here?
Beta Was this translation helpful? Give feedback.
All reactions