-
-
Notifications
You must be signed in to change notification settings - Fork 515
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
Reset EEPROM doesn't work for atmega32u2 #56
Comments
It seems like Considering all supported MCUs have far more than 128 bytes of EEPROM, I don't think we need an extra hex file - the existing one can probably serve as a generic EEPROM clearer for AVRs. |
@fauxpark all we need to do is wipe the first byte of EEPROM, actually. If that's cleared, it's not Honestly, I think it would be better to include an eep file, and flash that instead. That would be more "compatible" anyways. |
Something like this then:
|
Clicking the "Reset EEPROM" runs
dfu-programmer atmega32u2 erase --force
with a message that prints 'success'. There is no indication that the EEPROM was not actually reset. To support atmega32u2, the empty EEPROM file just needs to be added to the build alongside the 32u4 file, but any other processor that doesn't work should print a message.The text was updated successfully, but these errors were encountered: