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
When I tried to upload a program to an AVR32DD28 with DxCore 1.5.11 I got:
avrdude: Expected signature for AVR32DD28 is 1E 95 29
Looking in the AVRDude supplied with DxCore I deduced from the signatures for AVR32DD32 and AVR32DD20 it should probably be:
signature = 0x1E 0x95 0x39;
I tried that and it worked.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I tried to upload a program to an AVR32DD28 with DxCore 1.5.11 I got:
Looking in the AVRDude supplied with DxCore I deduced from the signatures for AVR32DD32 and AVR32DD20 it should probably be:
I tried that and it worked.
The text was updated successfully, but these errors were encountered: