We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DxCore 1.5.11 AVR32DD14
This works:
void setup() { PORTMUX.TCAROUTEA = PORTMUX_TCA0_PORTD_gc; } void loop() { analogWrite(PIN_PD5, 128); }
This doesn't work:
void setup() { PORTMUX.TCDROUTEA = PORTMUX_TCD0_ALT4_gc; } void loop() { analogWrite(PIN_PD5, 128); }
The text was updated successfully, but these errors were encountered:
Wow, thanks a lot! This helped a lot, thanks to this PWM works on my AVR32DD14 now.
Sorry, something went wrong.
No branches or pull requests
DxCore 1.5.11
AVR32DD14
This works:
This doesn't work:
The text was updated successfully, but these errors were encountered: