-
Notifications
You must be signed in to change notification settings - Fork 139
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
ATtiny43U calibration memory size #921
Comments
Would be great if you could provide PRs for simple typos like these ones! |
Could be rolled into the removal of serious errors in the If no-one has done that so far, I think I can write a script that creates a patch file for the observed errors of Issue 915, and roll this (actually inconsequential) memory size into the result of the new |
Which obviously makes those 2 bytes pretty useless. ;-) |
Useful info. So, is there utility then in pretending a larger calibration memory than documented and throw in a few address bits? The latter one could do anyway. Specifying too many address bits is commonplace in I have looked at all 3214 SPI commands that avrdude.conf eventually defines for its 162 SPI programming capable parts. 1563 of them contain one or more address bits. They are read*, write* (including writepage) and loadpage* commands for memories with more than one byte, plus the load_ext_addr command. None of these 1563 addressing commands have a fixed They could be replaced by
|
Fixed in 43ddea9 |
The
.conf
file has the calibration memory as 2 bytes, but the datasheet of the ATtiny43U only mentions one byte (pages 144, 156).Probably a copy and paste error... Along with that the SPI command for calibration read ought not to have an address bit in it.
The text was updated successfully, but these errors were encountered: