Skip to content
New issue

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

AVRDude signature wrong for AVR32DD28 #555

Open
technoblogy opened this issue Nov 8, 2024 · 0 comments
Open

AVRDude signature wrong for AVR32DD28 #555

technoblogy opened this issue Nov 8, 2024 · 0 comments

Comments

@technoblogy
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant