-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
stk500v2 bootloader corrupts data when reading EEPROM #23
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
Comments
This may be related. It does not seem to be an avrdude issue but rather the issue of the bootloader. |
I can confirm that #24 fixed this issue. |
For those who want to use an Arduino Core with the fix, you can use this one. It has incorported #24 fix here. |
The zip file here contains this EEPROM fix and a few other fixes. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
READ_EEPROM command treats each address as 16bit instead of 8bit, as a result, the output of read EEPROM is corrupt, giving every other byte.
The text was updated successfully, but these errors were encountered: