-
Notifications
You must be signed in to change notification settings - Fork 90
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
erasing locked AVR32DA28 - impossible #66
Comments
Hello, due to the way "-F" and "-e" options operate in avrdude, jtag2updi can't currently unlock chips that way. Note: You must build jtag2updi with DISABLE_HOST_TIMEOUT defined for terminal mode to work. |
@ElTangas it would be great if you could take a look at PR I just submitted over at the avrdudes/avrdude repo that resolved this issue for jtag3 and serialupdi: |
Indeed this trick works. I was hoping no need to rebuild with
|
I am having trouble erasing flash in AVR32DA28. I'm using Arduino UNO as UPDI programmer. Is there any chance to make it work?
I have locked MCU with command:
avrdude -c jtag2updi -p avr32da28 -P COM10 -U lock:w:0xa3:m
Now erasing returns error (also i cannot enter into terminal mode):
The text was updated successfully, but these errors were encountered: