lancos / ponyprog

Serial device programmer
GNU General Public License v2.0
73 stars 13 forks source link

Incorrect fuse bits order for ATTiny2313 #17

Closed v2e closed 4 years ago

v2e commented 4 years ago

Hello! The order of the fuse bits in the high fuse byte is incorrect for ATTiny2313. Here is the fuse bits dialog in Ponyprog: ponyprog-fuse2313-wrongorder

And here is the table from the datasheet: attiny2313-datasheet-highfuse

So as you can see, the bits are in the wrong order in the dialog box. Including the RSTDISBL bit.

And also, is there a way to make the high byte and the low byte visually separated from each other in the interface? It seems to be more convenient to check them against the datasheet this way, and also to distinguish better. Thank you!

eduard-x commented 4 years ago

Hello! Thanks for information! Спасибо! :) The description was fixed and pushed in branch ATTiny2313-fuse-fix. Best regards, Eduard.